All Projects → JimLee1996 → K2P-FW

JimLee1996 / K2P-FW

Licence: other
Phicomm K2P modified official firmware

Programming Languages

HTML
75241 projects
shell
77523 projects
lua
6591 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
Terra
27 projects

K2P Firmware官改版

Already removed harmful functions:

  • adpush
  • data_collect
  • kmod-price_compare
  • tr069

Already removed useless functions:

  • telnetd_startup
  • speedtest
  • usb
  • block-mount
  • ddns
  • kmod-nls-cp437 kmod-nls-cp850 kmod-nls-iso8859-1 kmod-nls-iso8859-15

Already enabled functions:

  • telnet
  • opkg

Not yet

/etc/
	config/update_up
	init.d/update_up
	lc

/usr/
	bin/router-helper
	sbin/update_up
luci-app-h5 - git-adab218-1
oui_update - 1
reg - 1
router-helper - 1
schemeupgrade - 1.0-1
tnat - 1
update_usrproto - 1

Usage

./tool.sh -c new.bin # create new firmware from kernel.bin and squashfs-root
./tool.sh -e old.bin # extract firmware to kernel.bin and squashfs-root

Platform

Ubuntu 16.04 amd64

Depends

Binwalk
apt install binwalk
firmware-tool

https://github.com/openwrt-dev/firmware-tools

You should manually compile and install it to use opkg

Modify

cd squashfs-root
opkg update
opkg list-installed
opkg remove PackageName
opkg install PackageName
... ...
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].