mirror of https://github.com/aredn/aredn.git
bugfix: remove unnecessary packages in order to reduce memory footprint
Change-Id: I0897be587cd1f46da758dda3efe65aea32c8a965
This commit is contained in:
parent
a57d5cd08c
commit
7d8496282b
|
@ -49,8 +49,13 @@ CONFIG_PACKAGE_kmod-usb-uhci=y
|
|||
CONFIG_PACKAGE_kmod-usb2=y
|
||||
CONFIG_PACKAGE_libgcc=y
|
||||
CONFIG_PACKAGE_mtd=y
|
||||
CONFIG_PACKAGE_ppp=y
|
||||
CONFIG_PACKAGE_ppp-mod-pppoe=y
|
||||
CONFIG_PACKAGE_ppp=n
|
||||
CONFIG_PACKAGE_ppp-mod-pppoe=n
|
||||
CONFIG_PACKAGE_odhcp6c=n
|
||||
CONFIG_PACKAGE_odhcpd=n
|
||||
CONFIG_PACKAGE_kmod-ppp=n
|
||||
CONFIG_PACKAGE_kmod-pppoe=n
|
||||
CONFIG_PACKAGE_kmod-pppox=n
|
||||
CONFIG_PACKAGE_uhttpd=y
|
||||
CONFIG_PACKAGE_olsrd=y
|
||||
CONFIG_PACKAGE_perl=y
|
||||
|
@ -70,10 +75,10 @@ CONFIG_PACKAGE_libpcap=y
|
|||
CONFIG_PACKAGE_tcpdump-mini=y
|
||||
CONFIG_PACKAGE_ntpclient=y
|
||||
CONFIG_PACKAGE_xinetd=y
|
||||
CONFIG_PACKAGE_kmod-ipv6=y
|
||||
CONFIG_PACKAGE_ip6tables=y
|
||||
CONFIG_PACKAGE_kmod-ip6tables=y
|
||||
CONFIG_PACKAGE_libip6tc=y
|
||||
CONFIG_PACKAGE_kmod-ipv6=n
|
||||
CONFIG_PACKAGE_ip6tables=n
|
||||
CONFIG_PACKAGE_kmod-ip6tables=n
|
||||
CONFIG_PACKAGE_libip6tc=n
|
||||
CONFIG_PACKAGE_ip=y
|
||||
CONFIG_PACKAGE_iptables-mod-ipopt=y
|
||||
CONFIG_PACKAGE_iwinfo=y
|
||||
|
|
|
@ -6,7 +6,6 @@ dropbear
|
|||
firewall
|
||||
hotplug2
|
||||
ip
|
||||
ip6tables
|
||||
iptables
|
||||
iptables-mod-ipopt
|
||||
iw
|
||||
|
@ -21,13 +20,11 @@ kmod-crypto-aes
|
|||
kmod-crypto-arc4
|
||||
kmod-crypto-core
|
||||
kmod-gpio-button-hotplug
|
||||
kmod-ip6tables
|
||||
kmod-ipt-conntrack
|
||||
kmod-ipt-core
|
||||
kmod-ipt-ipopt
|
||||
kmod-ipt-nat
|
||||
kmod-ipt-nathelper
|
||||
kmod-ipv6
|
||||
kmod-leds-gpio
|
||||
kmod-ledtrig-default-on
|
||||
kmod-ledtrig-netdev
|
||||
|
@ -36,9 +33,6 @@ kmod-ledtrig-usbdev
|
|||
kmod-lib-crc-ccitt
|
||||
kmod-mac80211
|
||||
kmod-nls-base
|
||||
kmod-ppp
|
||||
kmod-pppoe
|
||||
kmod-pppox
|
||||
kmod-usb-core
|
||||
kmod-usb-ohci
|
||||
kmod-usb-uhci
|
||||
|
@ -48,7 +42,6 @@ libblobmsg-json
|
|||
libc
|
||||
libgcc
|
||||
libip4tc
|
||||
libip6tc
|
||||
libiwinfo
|
||||
libjson
|
||||
libnl-tiny
|
||||
|
@ -76,8 +69,6 @@ perlbase-essential
|
|||
perlbase-file
|
||||
perlbase-perlio
|
||||
perlbase-xsloader
|
||||
ppp
|
||||
ppp-mod-pppoe
|
||||
ssidident
|
||||
swconfig
|
||||
tcpdump-mini
|
||||
|
|
Loading…
Reference in New Issue