mirror of
https://github.com/coolsnowwolf/lede
synced 2025-01-08 13:57:31 +08:00
ramips: fix mt7620a 8M support
This commit is contained in:
parent
2fef510468
commit
e63bfdca57
@ -159,7 +159,7 @@ menu "Target Images"
|
||||
depends on TARGET_ROOTFS_SQUASHFS
|
||||
default 64 if LOW_MEMORY_FOOTPRINT
|
||||
default 1024 if (SMALL_FLASH && !LOW_MEMORY_FOOTPRINT)
|
||||
default 256
|
||||
default 512
|
||||
|
||||
menuconfig TARGET_ROOTFS_UBIFS
|
||||
bool "ubifs"
|
||||
|
@ -12,7 +12,6 @@ DEVICE_TYPE?=router
|
||||
# Default packages - the really basic set
|
||||
DEFAULT_PACKAGES:=\
|
||||
base-files \
|
||||
ca-bundle \
|
||||
dropbear \
|
||||
fstools \
|
||||
libc \
|
||||
@ -49,7 +48,7 @@ DEFAULT_PACKAGES.router:=\
|
||||
ppp \
|
||||
ppp-mod-pppoe \
|
||||
luci-newapi block-mount coremark kmod-nf-nathelper kmod-nf-nathelper-extra kmod-ipt-raw wget-ssl \
|
||||
default-settings luci luci-app-ddns luci-app-upnp luci-app-adbyby-plus luci-app-autoreboot \
|
||||
default-settings luci luci-app-ddns luci-app-upnp luci-app-autoreboot \
|
||||
luci-app-filetransfer luci-app-vsftpd luci-app-ssr-plus luci-app-unblockmusic \
|
||||
luci-app-arpbind luci-app-vlmcsd luci-app-wol luci-app-ramfree \
|
||||
luci-app-flowoffload luci-app-nlbwmon luci-app-accesscontrol luci-app-cpufreq \
|
||||
|
@ -1011,7 +1011,8 @@ endef
|
||||
TARGET_DEVICES += tplink_archer-c2-v1
|
||||
|
||||
define Device/tplink_archer-c5-v4
|
||||
$(Device/Archer)
|
||||
$(Device/tplink-v2)
|
||||
SOC := mt7620a
|
||||
TPLINK_FLASHLAYOUT := 8Mmtk
|
||||
TPLINK_HWID := 0x04DA857C
|
||||
TPLINK_HWREV := 0x0C000600
|
||||
|
Loading…
Reference in New Issue
Block a user