mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
adjust default package
This commit is contained in:
parent
01e4998f6d
commit
4f7aaacb00
@ -50,7 +50,7 @@ DEFAULT_PACKAGES.router:=\
|
|||||||
default-settings luci luci-app-ddns luci-app-upnp 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-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-vlmcsd luci-app-wol luci-app-ramfree \
|
||||||
luci-app-turboacc luci-app-nlbwmon luci-app-accesscontrol
|
luci-app-turboacc luci-app-nlbwmon luci-app-accesscontrol ddns-scripts_aliyun ddns-scripts_dnspod
|
||||||
|
|
||||||
ifneq ($(DUMP),)
|
ifneq ($(DUMP),)
|
||||||
all: dumpinfo
|
all: dumpinfo
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
BOARDNAME:=Generic
|
BOARDNAME:=Generic
|
||||||
|
|
||||||
DEFAULT_PACKAGES += wpad-basic-wolfssl
|
DEFAULT_PACKAGES += -ddns-scripts_aliyun -ddns-scripts_dnspod wpad-openssl
|
||||||
|
|
||||||
define Target/Description
|
define Target/Description
|
||||||
Build firmware images for generic Atheros AR71xx/AR913x/AR934x based boards.
|
Build firmware images for generic Atheros AR71xx/AR913x/AR934x based boards.
|
||||||
|
@ -7,7 +7,7 @@ BOARDNAME:=MT7620 based boards
|
|||||||
FEATURES+=usb nand ramdisk
|
FEATURES+=usb nand ramdisk
|
||||||
CPU_TYPE:=24kc
|
CPU_TYPE:=24kc
|
||||||
|
|
||||||
DEFAULT_PACKAGES += kmod-rt2800-soc wpad-openssl swconfig
|
DEFAULT_PACKAGES += -ddns-scripts_aliyun -ddns-scripts_dnspod kmod-rt2800-soc wpad-openssl swconfig
|
||||||
|
|
||||||
define Target/Description
|
define Target/Description
|
||||||
Build firmware images for Ralink MT7620 based boards.
|
Build firmware images for Ralink MT7620 based boards.
|
||||||
|
Loading…
Reference in New Issue
Block a user