Make the rootfs fit a 4MB flash
This commit is contained in:
parent
8770d3138a
commit
74964c5738
32
.configdiff
32
.configdiff
|
@ -32,39 +32,48 @@ CONFIG_PACKAGE_ebtables-utils=m
|
|||
# CONFIG_PACKAGE_firewall is not set
|
||||
CONFIG_PACKAGE_horst=y
|
||||
CONFIG_PACKAGE_hostapd-utils=y
|
||||
CONFIG_PACKAGE_htop=y
|
||||
CONFIG_PACKAGE_htop=m
|
||||
# CONFIG_PACKAGE_ip6tables is not set
|
||||
# CONFIG_PACKAGE_iptables is not set
|
||||
CONFIG_PACKAGE_kismet-drone=y
|
||||
CONFIG_PACKAGE_kismet-drone=m
|
||||
CONFIG_PACKAGE_kmod-8021q=y
|
||||
CONFIG_PACKAGE_kmod-arptables=y
|
||||
CONFIG_PACKAGE_kmod-ath10k=y
|
||||
CONFIG_PACKAGE_kmod-arptables=m
|
||||
CONFIG_PACKAGE_kmod-ath10k=m
|
||||
CONFIG_PACKAGE_kmod-bridge=y
|
||||
CONFIG_PACKAGE_kmod-ebtables=y
|
||||
CONFIG_PACKAGE_kmod-ebtables=m
|
||||
CONFIG_PACKAGE_kmod-ebtables-ipv4=m
|
||||
CONFIG_PACKAGE_kmod-ebtables-ipv6=m
|
||||
CONFIG_PACKAGE_kmod-ebtables-watchers=m
|
||||
# CONFIG_PACKAGE_kmod-ip6tables is not set
|
||||
# CONFIG_PACKAGE_kmod-ipt-conntrack is not set
|
||||
CONFIG_PACKAGE_kmod-ipt-core=m
|
||||
# CONFIG_PACKAGE_kmod-ipt-nat is not set
|
||||
CONFIG_PACKAGE_kmod-ledtrig-heartbeat=y
|
||||
CONFIG_PACKAGE_kmod-ledtrig-usbdev=m
|
||||
# CONFIG_PACKAGE_kmod-lib-crc-ccitt is not set
|
||||
CONFIG_PACKAGE_kmod-llc=y
|
||||
# CONFIG_PACKAGE_kmod-nf-conntrack is not set
|
||||
# CONFIG_PACKAGE_kmod-nf-conntrack6 is not set
|
||||
CONFIG_PACKAGE_kmod-nf-ipt=m
|
||||
# CONFIG_PACKAGE_kmod-nf-ipt6 is not set
|
||||
# CONFIG_PACKAGE_kmod-nf-nat is not set
|
||||
# CONFIG_PACKAGE_kmod-nf-nathelper is not set
|
||||
CONFIG_PACKAGE_kmod-nls-base=m
|
||||
# CONFIG_PACKAGE_kmod-ppp is not set
|
||||
CONFIG_PACKAGE_kmod-stp=y
|
||||
CONFIG_PACKAGE_kmod-zd1211rw=y
|
||||
CONFIG_PACKAGE_libcap=y
|
||||
CONFIG_PACKAGE_kmod-usb-core=m
|
||||
CONFIG_PACKAGE_kmod-usb-ohci=m
|
||||
CONFIG_PACKAGE_kmod-usb2=m
|
||||
CONFIG_PACKAGE_kmod-zd1211rw=m
|
||||
CONFIG_PACKAGE_libcap=m
|
||||
CONFIG_PACKAGE_libip6tc=m
|
||||
CONFIG_PACKAGE_libiwinfo-lua=y
|
||||
CONFIG_PACKAGE_libltdl=y
|
||||
CONFIG_PACKAGE_liblua=y
|
||||
CONFIG_PACKAGE_libncurses=y
|
||||
CONFIG_PACKAGE_libnl=y
|
||||
CONFIG_PACKAGE_libpcap=y
|
||||
CONFIG_PACKAGE_libpcre=y
|
||||
CONFIG_PACKAGE_libpcre=m
|
||||
CONFIG_PACKAGE_libpthread=y
|
||||
CONFIG_PACKAGE_libubus-lua=y
|
||||
CONFIG_PACKAGE_libuci-lua=y
|
||||
|
@ -80,9 +89,10 @@ CONFIG_PACKAGE_luci-theme-bootstrap=y
|
|||
CONFIG_PACKAGE_rpcd=y
|
||||
CONFIG_PACKAGE_rpcd-mod-iwinfo=y
|
||||
CONFIG_PACKAGE_strace=y
|
||||
CONFIG_PACKAGE_tcpdump=y
|
||||
CONFIG_PACKAGE_tcpdump=m
|
||||
CONFIG_PACKAGE_tcpdump-mini=y
|
||||
CONFIG_PACKAGE_terminfo=y
|
||||
CONFIG_PACKAGE_uclibcxx=y
|
||||
CONFIG_PACKAGE_uclibcxx=m
|
||||
CONFIG_PACKAGE_uhttpd=y
|
||||
CONFIG_PACKAGE_uhttpd-mod-ubus=y
|
||||
CONFIG_PACKAGE_wavemon=y
|
||||
|
@ -103,5 +113,3 @@ CONFIG_VERSION_PRODUCT=""
|
|||
CONFIG_VERSION_REPO="http://downloads.openwrt.org/%n/%v/%S/packages"
|
||||
CONFIG_WPA_SUPPLICANT_INTERNAL=y
|
||||
# CONFIG_IB_STANDALONE is not set
|
||||
CONFIG_PACKAGE_kmod-lib-crc-ccitt=y
|
||||
CONFIG_PACKAGE_libip6tc=y
|
||||
|
|
Loading…
Reference in New Issue