From f2d8743554fb2ad020195610a77d46c09119eb79 Mon Sep 17 00:00:00 2001 From: Tim Niemeyer Date: Sat, 2 Feb 2013 00:48:58 +0100 Subject: [PATCH] Port changes from DIR300 to Fonera This saves Memory and removes fastd Signed-off-by: Tim Niemeyer --- bsp/board_fonera.bsp | 7 + bsp/fonera/.config | 477 ++++++------------ bsp/fonera/kernel_config-3.3 | 18 +- bsp/fonera/root_file_system/etc/crontabs/root | 2 +- bsp/fonera/root_file_system/etc/rc.local | 34 +- 5 files changed, 192 insertions(+), 346 deletions(-) diff --git a/bsp/board_fonera.bsp b/bsp/board_fonera.bsp index cbd6b7a..892403e 100644 --- a/bsp/board_fonera.bsp +++ b/bsp/board_fonera.bsp @@ -10,6 +10,13 @@ board_prebuild() { cp ./bsp/$machine/.config $target/.config cp ./bsp/$machine/kernel_config-3.3 $target/target/linux/atheros/config-3.3 cp -r ./bsp/$machine/root_file_system/* $target/files/ + + # Remove fastd and configurator start on WAN event + /bin/rm $target/files/etc/hotplug.d/iface/50-fastdstart + /bin/rm $target/files/etc/hotplug.d/iface/51-configurator + + # Remove fastd + /bin/rm $target/files/etc/fastdstart.sh } board_postbuild() { diff --git a/bsp/fonera/.config b/bsp/fonera/.config index 8b1d794..6ebdcfc 100644 --- a/bsp/fonera/.config +++ b/bsp/fonera/.config @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# OpenWrt version: Attitude Adjustment (r33502) -# Sat Nov 17 22:50:09 2012 +# OpenWrt version: Attitude Adjustment (r35298) +# Sat Feb 2 00:43:45 2013 # CONFIG_HAVE_DOT_CONFIG=y # CONFIG_TARGET_ppc40x is not set @@ -75,6 +75,7 @@ CONFIG_TARGET_atheros=y # CONFIG_TARGET_brcm47xx_Broadcom-ath5k is not set # CONFIG_TARGET_brcm47xx_Broadcom-none is not set # CONFIG_TARGET_brcm47xx_Bcm4705-b43 is not set +# CONFIG_TARGET_brcm47xx_Bcm4705-wl is not set # CONFIG_TARGET_brcm47xx_Bcm4705-none is not set # CONFIG_TARGET_brcm47xx_Ps1208mfg is not set # CONFIG_TARGET_brcm47xx_WGT634U is not set @@ -182,6 +183,7 @@ CONFIG_TARGET_atheros=y # CONFIG_TARGET_au1000_au1550_DBAu1550 is not set # CONFIG_TARGET_cns21xx_Default is not set # CONFIG_TARGET_pxa_Default is not set +# CONFIG_TARGET_pxa_Gumstix is not set # CONFIG_TARGET_imx21_Default is not set # CONFIG_TARGET_amazon_Default is not set CONFIG_TARGET_atheros_Default=y @@ -243,9 +245,13 @@ CONFIG_TARGET_atheros_Default=y # CONFIG_TARGET_ar71xx_generic_WRT400N is not set # CONFIG_TARGET_ar71xx_generic_WNDR3700 is not set # CONFIG_TARGET_ar71xx_generic_OM2P is not set +# CONFIG_TARGET_ar71xx_generic_MR600 is not set +# CONFIG_TARGET_ar71xx_generic_UBDEV01 is not set +# CONFIG_TARGET_ar71xx_generic_DLRTDEV01 is not set # CONFIG_TARGET_ar71xx_generic_MZKW04NU is not set # CONFIG_TARGET_ar71xx_generic_MZKW300NH is not set # CONFIG_TARGET_ar71xx_generic_RW2458N is not set +# CONFIG_TARGET_ar71xx_generic_CAP4200AG is not set # CONFIG_TARGET_ar71xx_generic_TLMR11U is not set # CONFIG_TARGET_ar71xx_generic_TLMR3020 is not set # CONFIG_TARGET_ar71xx_generic_TLMR3040 is not set @@ -253,6 +259,7 @@ CONFIG_TARGET_atheros_Default=y # CONFIG_TARGET_ar71xx_generic_TLMR3420 is not set # CONFIG_TARGET_ar71xx_generic_TLWR703 is not set # CONFIG_TARGET_ar71xx_generic_TLWA701 is not set +# CONFIG_TARGET_ar71xx_generic_TLWA7510 is not set # CONFIG_TARGET_ar71xx_generic_TLWA901 is not set # CONFIG_TARGET_ar71xx_generic_TLWDR4300 is not set # CONFIG_TARGET_ar71xx_generic_TLWR740 is not set @@ -271,6 +278,7 @@ CONFIG_TARGET_atheros_Default=y # CONFIG_TARGET_ar71xx_generic_UBNTRS is not set # CONFIG_TARGET_ar71xx_generic_UBNTRSPRO is not set # CONFIG_TARGET_ar71xx_generic_UBNTUNIFI is not set +# CONFIG_TARGET_ar71xx_generic_UBNTUNIFIOUTDOOR is not set # CONFIG_TARGET_ar71xx_generic_UBNT is not set # CONFIG_TARGET_ar71xx_generic_ZCN1523H28 is not set # CONFIG_TARGET_ar71xx_generic_ZCN1523H516 is not set @@ -292,6 +300,9 @@ CONFIG_TARGET_atheros_Default=y # CONFIG_TARGET_ramips_rt305x_UPVEL is not set # CONFIG_TARGET_ramips_rt3883_Default is not set # CONFIG_TARGET_ramips_rt3883_RTN56U is not set +# CONFIG_TARGET_ramips_rt3883_DIR645 is not set +# CONFIG_TARGET_ramips_rt3883_TEW691GR is not set +# CONFIG_TARGET_ramips_rt3883_TEW692GR is not set # CONFIG_TARGET_omap24xx_n810-base is not set # CONFIG_TARGET_omap24xx_n810-gui is not set # CONFIG_TARGET_ixp4xx_generic_Default is not set @@ -426,8 +437,8 @@ CONFIG_PKG_BUILD_USE_JOBSERVER=y # CONFIG_NO_STRIP is not set # CONFIG_USE_STRIP is not set CONFIG_USE_SSTRIP=y -CONFIG_STRIP_KERNEL_EXPORTS=y -CONFIG_USE_MKLIBS=y +# CONFIG_STRIP_KERNEL_EXPORTS is not set +# CONFIG_USE_MKLIBS is not set CONFIG_USE_UCLIBCXX=y # CONFIG_USE_LIBSTDCXX is not set # CONFIG_DEVEL is not set @@ -536,7 +547,7 @@ CONFIG_BUSYBOX_CONFIG_FEATURE_SUID=y CONFIG_BUSYBOX_CONFIG_FEATURE_PREFER_APPLETS=y CONFIG_BUSYBOX_CONFIG_BUSYBOX_EXEC_PATH="/proc/self/exe" CONFIG_BUSYBOX_CONFIG_FEATURE_SYSLOG=y -CONFIG_BUSYBOX_CONFIG_FEATURE_HAVE_RPC=y +# CONFIG_BUSYBOX_CONFIG_FEATURE_HAVE_RPC is not set # # Build Options @@ -572,13 +583,13 @@ CONFIG_BUSYBOX_CONFIG_PREFIX="./_install" # CONFIG_BUSYBOX_CONFIG_FEATURE_RTMINMAX is not set CONFIG_BUSYBOX_CONFIG_PASSWORD_MINLEN=6 CONFIG_BUSYBOX_CONFIG_MD5_SIZE_VS_SPEED=3 -# CONFIG_BUSYBOX_CONFIG_FEATURE_FAST_TOP is not set +CONFIG_BUSYBOX_CONFIG_FEATURE_FAST_TOP=y # CONFIG_BUSYBOX_CONFIG_FEATURE_ETC_NETWORKS is not set # CONFIG_BUSYBOX_CONFIG_FEATURE_USE_TERMIOS is not set CONFIG_BUSYBOX_CONFIG_FEATURE_EDITING=y -CONFIG_BUSYBOX_CONFIG_FEATURE_EDITING_MAX_LEN=512 +CONFIG_BUSYBOX_CONFIG_FEATURE_EDITING_MAX_LEN=256 # CONFIG_BUSYBOX_CONFIG_FEATURE_EDITING_VI is not set -CONFIG_BUSYBOX_CONFIG_FEATURE_EDITING_HISTORY=256 +CONFIG_BUSYBOX_CONFIG_FEATURE_EDITING_HISTORY=16 # CONFIG_BUSYBOX_CONFIG_FEATURE_EDITING_SAVEHISTORY is not set CONFIG_BUSYBOX_CONFIG_FEATURE_TAB_COMPLETION=y # CONFIG_BUSYBOX_CONFIG_FEATURE_USERNAME_COMPLETION is not set @@ -664,7 +675,7 @@ CONFIG_BUSYBOX_CONFIG_CUT=y CONFIG_BUSYBOX_CONFIG_DD=y CONFIG_BUSYBOX_CONFIG_FEATURE_DD_SIGNAL_HANDLING=y # CONFIG_BUSYBOX_CONFIG_FEATURE_DD_THIRD_STATUS_LINE is not set -# CONFIG_BUSYBOX_CONFIG_FEATURE_DD_IBS_OBS is not set +CONFIG_BUSYBOX_CONFIG_FEATURE_DD_IBS_OBS=y CONFIG_BUSYBOX_CONFIG_DF=y # CONFIG_BUSYBOX_CONFIG_FEATURE_DF_FANCY is not set CONFIG_BUSYBOX_CONFIG_DIRNAME=y @@ -680,7 +691,7 @@ CONFIG_BUSYBOX_CONFIG_EXPR=y CONFIG_BUSYBOX_CONFIG_EXPR_MATH_SUPPORT_64=y CONFIG_BUSYBOX_CONFIG_FALSE=y # CONFIG_BUSYBOX_CONFIG_FOLD is not set -# CONFIG_BUSYBOX_CONFIG_FSYNC is not set +CONFIG_BUSYBOX_CONFIG_FSYNC=y CONFIG_BUSYBOX_CONFIG_HEAD=y CONFIG_BUSYBOX_CONFIG_FEATURE_FANCY_HEAD=y CONFIG_BUSYBOX_CONFIG_HOSTID=y @@ -818,7 +829,7 @@ CONFIG_BUSYBOX_CONFIG_FEATURE_VI_ASK_TERMINAL=y CONFIG_BUSYBOX_CONFIG_FEATURE_VI_OPTIMIZE_CURSOR=y CONFIG_BUSYBOX_CONFIG_AWK=y CONFIG_BUSYBOX_CONFIG_FEATURE_AWK_LIBM=y -# CONFIG_BUSYBOX_CONFIG_CMP is not set +CONFIG_BUSYBOX_CONFIG_CMP=y CONFIG_BUSYBOX_CONFIG_DIFF=y # CONFIG_BUSYBOX_CONFIG_FEATURE_DIFF_LONG_OPTIONS is not set # CONFIG_BUSYBOX_CONFIG_FEATURE_DIFF_DIR is not set @@ -875,8 +886,7 @@ CONFIG_BUSYBOX_CONFIG_FEATURE_INIT_SYSLOG=y # CONFIG_BUSYBOX_CONFIG_FEATURE_INIT_COREDUMPS is not set # CONFIG_BUSYBOX_CONFIG_FEATURE_INITRD is not set CONFIG_BUSYBOX_CONFIG_INIT_TERMINAL_TYPE="linux" -CONFIG_BUSYBOX_CONFIG_MESG=y -# CONFIG_BUSYBOX_CONFIG_FEATURE_MESG_ENABLE_ONLY_GROUP is not set +# CONFIG_BUSYBOX_CONFIG_MESG is not set # # Login/Password Management Utilities @@ -934,8 +944,7 @@ CONFIG_BUSYBOX_CONFIG_DEFAULT_MODULES_DIR="/lib/modules" # CONFIG_BUSYBOX_CONFIG_BLOCKDEV is not set # CONFIG_BUSYBOX_CONFIG_REV is not set # CONFIG_BUSYBOX_CONFIG_ACPID is not set -CONFIG_BUSYBOX_CONFIG_BLKID=y -# CONFIG_BUSYBOX_CONFIG_FEATURE_BLKID_TYPE is not set +# CONFIG_BUSYBOX_CONFIG_BLKID is not set CONFIG_BUSYBOX_CONFIG_DMESG=y CONFIG_BUSYBOX_CONFIG_FEATURE_DMESG_PRETTY=y # CONFIG_BUSYBOX_CONFIG_FBSET is not set @@ -963,15 +972,14 @@ CONFIG_BUSYBOX_CONFIG_HWCLOCK=y # CONFIG_BUSYBOX_CONFIG_LSPCI is not set # CONFIG_BUSYBOX_CONFIG_LSUSB is not set # CONFIG_BUSYBOX_CONFIG_MDEV is not set -CONFIG_BUSYBOX_CONFIG_MKSWAP=y -CONFIG_BUSYBOX_CONFIG_FEATURE_MKSWAP_UUID=y -CONFIG_BUSYBOX_CONFIG_MORE=y +# CONFIG_BUSYBOX_CONFIG_MKSWAP is not set +# CONFIG_BUSYBOX_CONFIG_MORE is not set CONFIG_BUSYBOX_CONFIG_MOUNT=y # CONFIG_BUSYBOX_CONFIG_FEATURE_MOUNT_FAKE is not set # CONFIG_BUSYBOX_CONFIG_FEATURE_MOUNT_VERBOSE is not set CONFIG_BUSYBOX_CONFIG_FEATURE_MOUNT_HELPERS=y # CONFIG_BUSYBOX_CONFIG_FEATURE_MOUNT_LABEL is not set -CONFIG_BUSYBOX_CONFIG_FEATURE_MOUNT_NFS=y +# CONFIG_BUSYBOX_CONFIG_FEATURE_MOUNT_NFS is not set CONFIG_BUSYBOX_CONFIG_FEATURE_MOUNT_CIFS=y CONFIG_BUSYBOX_CONFIG_FEATURE_MOUNT_FLAGS=y CONFIG_BUSYBOX_CONFIG_FEATURE_MOUNT_FSTAB=y @@ -995,28 +1003,7 @@ CONFIG_BUSYBOX_CONFIG_FEATURE_UMOUNT_ALL=y CONFIG_BUSYBOX_CONFIG_FEATURE_MOUNT_LOOP=y # CONFIG_BUSYBOX_CONFIG_FEATURE_MOUNT_LOOP_CREATE is not set # CONFIG_BUSYBOX_CONFIG_FEATURE_MTAB_SUPPORT is not set -CONFIG_BUSYBOX_CONFIG_VOLUMEID=y - -# -# Filesystem/Volume identification -# -CONFIG_BUSYBOX_CONFIG_FEATURE_VOLUMEID_EXT=y -# CONFIG_BUSYBOX_CONFIG_FEATURE_VOLUMEID_BTRFS is not set -CONFIG_BUSYBOX_CONFIG_FEATURE_VOLUMEID_REISERFS=y -CONFIG_BUSYBOX_CONFIG_FEATURE_VOLUMEID_FAT=y -CONFIG_BUSYBOX_CONFIG_FEATURE_VOLUMEID_HFS=y -# CONFIG_BUSYBOX_CONFIG_FEATURE_VOLUMEID_JFS is not set -CONFIG_BUSYBOX_CONFIG_FEATURE_VOLUMEID_XFS=y -CONFIG_BUSYBOX_CONFIG_FEATURE_VOLUMEID_NTFS=y -CONFIG_BUSYBOX_CONFIG_FEATURE_VOLUMEID_ISO9660=y -CONFIG_BUSYBOX_CONFIG_FEATURE_VOLUMEID_UDF=y -# CONFIG_BUSYBOX_CONFIG_FEATURE_VOLUMEID_LUKS is not set -CONFIG_BUSYBOX_CONFIG_FEATURE_VOLUMEID_LINUXSWAP=y -# CONFIG_BUSYBOX_CONFIG_FEATURE_VOLUMEID_CRAMFS is not set -# CONFIG_BUSYBOX_CONFIG_FEATURE_VOLUMEID_ROMFS is not set -# CONFIG_BUSYBOX_CONFIG_FEATURE_VOLUMEID_SYSV is not set -# CONFIG_BUSYBOX_CONFIG_FEATURE_VOLUMEID_OCFS2 is not set -CONFIG_BUSYBOX_CONFIG_FEATURE_VOLUMEID_LINUXRAID=y +# CONFIG_BUSYBOX_CONFIG_VOLUMEID is not set # # Miscellaneous Utilities @@ -1136,7 +1123,7 @@ CONFIG_BUSYBOX_CONFIG_FEATURE_NETSTAT_WIDE=y CONFIG_BUSYBOX_CONFIG_FEATURE_NETSTAT_PRG=y CONFIG_BUSYBOX_CONFIG_NSLOOKUP=y CONFIG_BUSYBOX_CONFIG_NTPD=y -# CONFIG_BUSYBOX_CONFIG_FEATURE_NTPD_SERVER is not set +CONFIG_BUSYBOX_CONFIG_FEATURE_NTPD_SERVER=y # CONFIG_BUSYBOX_CONFIG_PSCAN is not set CONFIG_BUSYBOX_CONFIG_ROUTE=y # CONFIG_BUSYBOX_CONFIG_SLATTACH is not set @@ -1150,7 +1137,7 @@ CONFIG_BUSYBOX_CONFIG_FEATURE_TELNETD_STANDALONE=y # CONFIG_BUSYBOX_CONFIG_TFTP is not set # CONFIG_BUSYBOX_CONFIG_TFTPD is not set CONFIG_BUSYBOX_CONFIG_TRACEROUTE=y -# CONFIG_BUSYBOX_CONFIG_TRACEROUTE6 is not set +CONFIG_BUSYBOX_CONFIG_TRACEROUTE6=y CONFIG_BUSYBOX_CONFIG_FEATURE_TRACEROUTE_VERBOSE=y # CONFIG_BUSYBOX_CONFIG_FEATURE_TRACEROUTE_SOURCE_ROUTE is not set # CONFIG_BUSYBOX_CONFIG_FEATURE_TRACEROUTE_USE_ICMP is not set @@ -1170,7 +1157,7 @@ CONFIG_BUSYBOX_CONFIG_WGET=y CONFIG_BUSYBOX_CONFIG_FEATURE_WGET_STATUSBAR=y CONFIG_BUSYBOX_CONFIG_FEATURE_WGET_AUTHENTICATION=y CONFIG_BUSYBOX_CONFIG_FEATURE_WGET_LONG_OPTIONS=y -# CONFIG_BUSYBOX_CONFIG_FEATURE_WGET_TIMEOUT is not set +CONFIG_BUSYBOX_CONFIG_FEATURE_WGET_TIMEOUT=y # CONFIG_BUSYBOX_CONFIG_ZCIP is not set # @@ -1211,7 +1198,7 @@ CONFIG_BUSYBOX_CONFIG_PIDOF=y # CONFIG_BUSYBOX_CONFIG_FEATURE_PIDOF_OMIT is not set CONFIG_BUSYBOX_CONFIG_PKILL=y CONFIG_BUSYBOX_CONFIG_PS=y -# CONFIG_BUSYBOX_CONFIG_FEATURE_PS_WIDE is not set +CONFIG_BUSYBOX_CONFIG_FEATURE_PS_WIDE=y # CONFIG_BUSYBOX_CONFIG_RENICE is not set CONFIG_BUSYBOX_CONFIG_BB_SYSCTL=y CONFIG_BUSYBOX_CONFIG_TOP=y @@ -1293,7 +1280,7 @@ CONFIG_PACKAGE_mtd=y CONFIG_PACKAGE_netifd=y # CONFIG_PACKAGE_om-watchdog is not set # CONFIG_PACKAGE_opkg is not set -CONFIG_PACKAGE_qos-scripts=y +# CONFIG_PACKAGE_qos-scripts is not set # CONFIG_PACKAGE_resolveip is not set # CONFIG_PACKAGE_sflowovsd is not set CONFIG_PACKAGE_swconfig=y @@ -1311,22 +1298,6 @@ CONFIG_PACKAGE_wireless-tools=y # CONFIG_PACKAGE_ip6tables is not set # CONFIG_PACKAGE_shorewall6-lite is not set -# -# IPv6 attack and analyzing toolset (thc-ipv6) -# -# CONFIG_PACKAGE_alive6 is not set -# CONFIG_PACKAGE_detect-new-ip6 is not set -# CONFIG_PACKAGE_dos-new-ip6 is not set -# CONFIG_PACKAGE_fake_advertise6 is not set -# CONFIG_PACKAGE_fake_mipv6 is not set -# CONFIG_PACKAGE_fake_mld6 is not set -# CONFIG_PACKAGE_fake_router6 is not set -# CONFIG_PACKAGE_parasite6 is not set -# CONFIG_PACKAGE_redir6 is not set -# CONFIG_PACKAGE_rsmurf6 is not set -# CONFIG_PACKAGE_smurf6 is not set -# CONFIG_PACKAGE_toobig6 is not set - # # IPv6 discovery tools # @@ -1403,16 +1374,16 @@ CONFIG_PACKAGE_wireless-tools=y # # Cryptographic API modules # -CONFIG_PACKAGE_kmod-crypto-core=y CONFIG_PACKAGE_kmod-crypto-aes=y CONFIG_PACKAGE_kmod-crypto-arc4=y # CONFIG_PACKAGE_kmod-crypto-authenc is not set # CONFIG_PACKAGE_kmod-crypto-cbc is not set -# CONFIG_PACKAGE_kmod-crypto-crc32c is not set +CONFIG_PACKAGE_kmod-crypto-core=y +CONFIG_PACKAGE_kmod-crypto-crc32c=y # CONFIG_PACKAGE_kmod-crypto-deflate is not set # CONFIG_PACKAGE_kmod-crypto-des is not set # CONFIG_PACKAGE_kmod-crypto-ecb is not set -# CONFIG_PACKAGE_kmod-crypto-hash is not set +CONFIG_PACKAGE_kmod-crypto-hash=y # CONFIG_PACKAGE_kmod-crypto-hmac is not set # CONFIG_PACKAGE_kmod-crypto-hw-geode is not set # CONFIG_PACKAGE_kmod-crypto-hw-hifn-795x is not set @@ -1481,7 +1452,6 @@ CONFIG_PACKAGE_kmod-leds-gpio=y CONFIG_PACKAGE_kmod-ledtrig-heartbeat=y # CONFIG_PACKAGE_kmod-ledtrig-morse is not set CONFIG_PACKAGE_kmod-ledtrig-netdev=y -# CONFIG_PACKAGE_kmod-ledtrig-netfilter is not set CONFIG_PACKAGE_kmod-ledtrig-timer=y # CONFIG_PACKAGE_kmod-ledtrig-usbdev is not set @@ -1489,10 +1459,10 @@ CONFIG_PACKAGE_kmod-ledtrig-timer=y # Libraries # # CONFIG_PACKAGE_kmod-lib-cordic is not set -CONFIG_PACKAGE_kmod-lib-crc-ccitt=y +# CONFIG_PACKAGE_kmod-lib-crc-ccitt is not set # CONFIG_PACKAGE_kmod-lib-crc-itu-t is not set CONFIG_PACKAGE_kmod-lib-crc16=y -# CONFIG_PACKAGE_kmod-lib-crc32c is not set +CONFIG_PACKAGE_kmod-lib-crc32c=y # CONFIG_PACKAGE_kmod-lib-crc7 is not set # CONFIG_PACKAGE_kmod-lib-crc8 is not set # CONFIG_PACKAGE_kmod-lib-lzo is not set @@ -1523,52 +1493,8 @@ CONFIG_PACKAGE_kmod-lib-textsearch=y # CONFIG_PACKAGE_kmod-arptables is not set # CONFIG_PACKAGE_kmod-ebtables is not set # CONFIG_PACKAGE_kmod-ip6tables is not set -CONFIG_PACKAGE_kmod-ipt-core=y -# CONFIG_PACKAGE_kmod-ipt-account is not set -# CONFIG_PACKAGE_kmod-ipt-chaos is not set -# CONFIG_PACKAGE_kmod-ipt-compat-xtables is not set -# CONFIG_PACKAGE_kmod-ipt-condition is not set -CONFIG_PACKAGE_kmod-ipt-conntrack=y -CONFIG_PACKAGE_kmod-ipt-conntrack-extra=y -# CONFIG_PACKAGE_kmod-ipt-debug is not set -# CONFIG_PACKAGE_kmod-ipt-delude is not set -# CONFIG_PACKAGE_kmod-ipt-dhcpmac is not set -# CONFIG_PACKAGE_kmod-ipt-dnetmap is not set -# CONFIG_PACKAGE_kmod-ipt-extra is not set -CONFIG_PACKAGE_kmod-ipt-filter=y -# CONFIG_PACKAGE_kmod-ipt-fuzzy is not set -# CONFIG_PACKAGE_kmod-ipt-geoip is not set +# CONFIG_PACKAGE_kmod-ipt-core is not set # CONFIG_PACKAGE_kmod-ipt-hashlimit is not set -# CONFIG_PACKAGE_kmod-ipt-iface is not set -# CONFIG_PACKAGE_kmod-ipt-ipmark is not set -CONFIG_PACKAGE_kmod-ipt-ipopt=y -# CONFIG_PACKAGE_kmod-ipt-ipp2p is not set -# CONFIG_PACKAGE_kmod-ipt-iprange is not set -# CONFIG_PACKAGE_kmod-ipt-ipsec is not set -# CONFIG_PACKAGE_kmod-ipt-ipset is not set -# CONFIG_PACKAGE_kmod-ipt-ipv4options is not set -# CONFIG_PACKAGE_kmod-ipt-led is not set -# CONFIG_PACKAGE_kmod-ipt-length2 is not set -# CONFIG_PACKAGE_kmod-ipt-logmark is not set -# CONFIG_PACKAGE_kmod-ipt-lscan is not set -# CONFIG_PACKAGE_kmod-ipt-lua is not set -CONFIG_PACKAGE_kmod-ipt-nat=y -# CONFIG_PACKAGE_kmod-ipt-nat-extra is not set -CONFIG_PACKAGE_kmod-ipt-nathelper=y -# CONFIG_PACKAGE_kmod-ipt-nathelper-extra is not set -# CONFIG_PACKAGE_kmod-ipt-nathelper-rtsp is not set -# CONFIG_PACKAGE_kmod-ipt-psd is not set -# CONFIG_PACKAGE_kmod-ipt-queue is not set -# CONFIG_PACKAGE_kmod-ipt-quota2 is not set -# CONFIG_PACKAGE_kmod-ipt-rawnat is not set -# CONFIG_PACKAGE_kmod-ipt-rawpost is not set -# CONFIG_PACKAGE_kmod-ipt-steal is not set -# CONFIG_PACKAGE_kmod-ipt-sysrq is not set -# CONFIG_PACKAGE_kmod-ipt-tarpit is not set -# CONFIG_PACKAGE_kmod-ipt-tee is not set -# CONFIG_PACKAGE_kmod-ipt-tproxy is not set -# CONFIG_PACKAGE_kmod-ipt-u32 is not set -# CONFIG_PACKAGE_kmod-ipt-ulog is not set # CONFIG_PACKAGE_kmod-nf-conntrack-netlink is not set # CONFIG_PACKAGE_kmod-nfnetlink is not set # CONFIG_PACKAGE_kmod-nfnetlink-log is not set @@ -1593,7 +1519,7 @@ CONFIG_PACKAGE_kmod-ipt-nathelper=y # CONFIG_PACKAGE_kmod-gigaset is not set # CONFIG_PACKAGE_kmod-hfcmulti is not set # CONFIG_PACKAGE_kmod-hfcpci is not set -CONFIG_PACKAGE_kmod-ifb=y +# CONFIG_PACKAGE_kmod-ifb is not set # CONFIG_PACKAGE_kmod-libphy is not set # CONFIG_PACKAGE_kmod-macvlan is not set # CONFIG_PACKAGE_kmod-natsemi is not set @@ -1627,6 +1553,7 @@ CONFIG_PACKAGE_kmod-ifb=y CONFIG_PACKAGE_kmod-batman-adv=y # CONFIG_KMOD_BATMAN_ADV_DEBUG_LOG is not set CONFIG_KMOD_BATMAN_ADV_BLA=y +CONFIG_KMOD_BATMAN_ADV_DAT=y CONFIG_KMOD_BATMAN_ADV_BATCTL=y # CONFIG_PACKAGE_kmod-bonding is not set # CONFIG_PACKAGE_kmod-bridge is not set @@ -1642,25 +1569,16 @@ CONFIG_PACKAGE_kmod-ipv6=y # CONFIG_PACKAGE_kmod-l2tp is not set # CONFIG_PACKAGE_kmod-l2tp-eth is not set # CONFIG_PACKAGE_kmod-l2tp-ip is not set -# CONFIG_PACKAGE_kmod-lisp is not set -# CONFIG_PACKAGE_kmod-lisp-int is not set # CONFIG_PACKAGE_kmod-llc is not set # CONFIG_PACKAGE_kmod-misdn is not set # CONFIG_PACKAGE_kmod-mp-alg is not set -CONFIG_PACKAGE_kmod-ppp=y -# CONFIG_PACKAGE_kmod-mppe is not set +# CONFIG_PACKAGE_kmod-ppp is not set # CONFIG_PACKAGE_kmod-netem is not set # CONFIG_PACKAGE_kmod-openswan is not set # CONFIG_PACKAGE_kmod-pktgen is not set -# CONFIG_PACKAGE_kmod-ppp-synctty is not set -# CONFIG_PACKAGE_kmod-pppoa is not set -CONFIG_PACKAGE_kmod-pppoe=y -# CONFIG_PACKAGE_kmod-pppol2tp is not set -CONFIG_PACKAGE_kmod-pppox=y -# CONFIG_PACKAGE_kmod-pptp is not set -CONFIG_PACKAGE_kmod-sched=y -CONFIG_PACKAGE_kmod-sched-connmark=y -CONFIG_PACKAGE_kmod-sched-core=y +# CONFIG_PACKAGE_kmod-sched is not set +# CONFIG_PACKAGE_kmod-sched-connmark is not set +# CONFIG_PACKAGE_kmod-sched-core is not set # CONFIG_PACKAGE_kmod-sched-esfq is not set # CONFIG_PACKAGE_kmod-sctp is not set # CONFIG_PACKAGE_kmod-sit is not set @@ -1679,19 +1597,19 @@ CONFIG_PACKAGE_kmod-tun=y # CONFIG_PACKAGE_kmod-eeprom-93cx6 is not set # CONFIG_PACKAGE_kmod-eeprom-at24 is not set # CONFIG_PACKAGE_kmod-eeprom-at25 is not set -# CONFIG_PACKAGE_kmod-gpio-button-hotplug is not set +CONFIG_PACKAGE_kmod-gpio-button-hotplug=y CONFIG_PACKAGE_kmod-gpio-dev=y # CONFIG_PACKAGE_kmod-gpio-nxp-74hc164 is not set CONFIG_PACKAGE_kmod-gpiotoggling=y # CONFIG_PACKAGE_kmod-hid is not set CONFIG_PACKAGE_kmod-input-core=y # CONFIG_PACKAGE_kmod-input-evdev is not set -CONFIG_PACKAGE_kmod-input-gpio-buttons=y +# CONFIG_PACKAGE_kmod-input-gpio-buttons is not set # CONFIG_PACKAGE_kmod-input-gpio-encoder is not set CONFIG_PACKAGE_kmod-input-gpio-keys=y # CONFIG_PACKAGE_kmod-input-gpio-keys-polled is not set # CONFIG_PACKAGE_kmod-input-joydev is not set -CONFIG_PACKAGE_kmod-input-polldev=y +# CONFIG_PACKAGE_kmod-input-polldev is not set # CONFIG_PACKAGE_kmod-mmc is not set # CONFIG_PACKAGE_kmod-mmc-over-gpio is not set # CONFIG_PACKAGE_kmod-mtdtests is not set @@ -1699,7 +1617,7 @@ CONFIG_PACKAGE_kmod-input-polldev=y # CONFIG_PACKAGE_kmod-nandsim is not set # CONFIG_PACKAGE_kmod-pwm is not set # CONFIG_PACKAGE_kmod-pwm-gpio is not set -# CONFIG_PACKAGE_kmod-ramzswap is not set +CONFIG_PACKAGE_kmod-ramzswap=y # CONFIG_PACKAGE_kmod-regmap is not set # CONFIG_PACKAGE_kmod-rotary-gpio-custom is not set # CONFIG_PACKAGE_kmod-serial-8250 is not set @@ -1724,7 +1642,6 @@ CONFIG_PACKAGE_kmod-input-polldev=y # # Sound Support # -# CONFIG_PACKAGE_kmod-pcspkr is not set # CONFIG_PACKAGE_kmod-sound-core is not set # @@ -1863,10 +1780,6 @@ CONFIG_PACKAGE_MAC80211_MESH=y # CONFIG_PACKAGE_sfacctd-mysql is not set # CONFIG_PACKAGE_sfacctd-pgsql is not set # CONFIG_PACKAGE_sfacctd-sqlite is not set -# CONFIG_PACKAGE_uacctd is not set -# CONFIG_PACKAGE_uacctd-mysql is not set -# CONFIG_PACKAGE_uacctd-pgsql is not set -# CONFIG_PACKAGE_uacctd-sqlite is not set # # zabbix @@ -1944,11 +1857,7 @@ CONFIG_PACKAGE_MAC80211_MESH=y # # CONFIG_PACKAGE_chillispot is not set # CONFIG_PACKAGE_coova-chilli is not set -# CONFIG_PACKAGE_nocatauth is not set -# CONFIG_PACKAGE_nocatsplash is not set -# CONFIG_PACKAGE_nodogsplash is not set # CONFIG_PACKAGE_pepperspot is not set -# CONFIG_PACKAGE_wifidog is not set # # File Transfer @@ -2004,53 +1913,14 @@ CONFIG_PACKAGE_MAC80211_MESH=y # # CONFIG_PACKAGE_amwall is not set # CONFIG_PACKAGE_arptables is not set -# CONFIG_PACKAGE_conntrack-tools is not set # CONFIG_PACKAGE_ebtables is not set # CONFIG_PACKAGE_fwknop is not set # CONFIG_PACKAGE_fwknopd is not set # CONFIG_PACKAGE_ipkungfu is not set -CONFIG_PACKAGE_iptables=y -# CONFIG_PACKAGE_iptables-mod-account is not set -# CONFIG_PACKAGE_iptables-mod-chaos is not set -# CONFIG_PACKAGE_iptables-mod-condition is not set -CONFIG_PACKAGE_iptables-mod-conntrack-extra=y -# CONFIG_PACKAGE_iptables-mod-delude is not set -# CONFIG_PACKAGE_iptables-mod-dhcpmac is not set -# CONFIG_PACKAGE_iptables-mod-dnetmap is not set -# CONFIG_PACKAGE_iptables-mod-extra is not set -CONFIG_PACKAGE_iptables-mod-filter=y -# CONFIG_PACKAGE_iptables-mod-fuzzy is not set -# CONFIG_PACKAGE_iptables-mod-geoip is not set -# CONFIG_PACKAGE_iptables-mod-hashlimit is not set -# CONFIG_PACKAGE_iptables-mod-iface is not set -# CONFIG_PACKAGE_iptables-mod-ipmark is not set -CONFIG_PACKAGE_iptables-mod-ipopt=y -# CONFIG_PACKAGE_iptables-mod-ipp2p is not set -# CONFIG_PACKAGE_iptables-mod-iprange is not set -# CONFIG_PACKAGE_iptables-mod-ipsec is not set -# CONFIG_PACKAGE_iptables-mod-ipset is not set -# CONFIG_PACKAGE_iptables-mod-ipv4options is not set -# CONFIG_PACKAGE_iptables-mod-led is not set -# CONFIG_PACKAGE_iptables-mod-length2 is not set -# CONFIG_PACKAGE_iptables-mod-logmark is not set -# CONFIG_PACKAGE_iptables-mod-lscan is not set -# CONFIG_PACKAGE_iptables-mod-lua is not set -# CONFIG_PACKAGE_iptables-mod-nat-extra is not set -# CONFIG_PACKAGE_iptables-mod-psd is not set -# CONFIG_PACKAGE_iptables-mod-quota2 is not set -# CONFIG_PACKAGE_iptables-mod-rawnat is not set -# CONFIG_PACKAGE_iptables-mod-steal is not set -# CONFIG_PACKAGE_iptables-mod-sysrq is not set -# CONFIG_PACKAGE_iptables-mod-tarpit is not set -# CONFIG_PACKAGE_iptables-mod-tee is not set -# CONFIG_PACKAGE_iptables-mod-tproxy is not set -# CONFIG_PACKAGE_iptables-mod-u32 is not set -# CONFIG_PACKAGE_iptables-mod-ulog is not set +# CONFIG_PACKAGE_iptables is not set # CONFIG_PACKAGE_iptables-snmp is not set -# CONFIG_PACKAGE_iptaccount is not set # CONFIG_PACKAGE_knock is not set # CONFIG_PACKAGE_knockd is not set -# CONFIG_PACKAGE_l7-protocols is not set # CONFIG_PACKAGE_miniupnpc is not set # CONFIG_PACKAGE_miniupnpd is not set # CONFIG_PACKAGE_natpmp is not set @@ -2061,10 +1931,12 @@ CONFIG_PACKAGE_iptables-mod-ipopt=y # CONFIG_PACKAGE_nutcpc is not set # CONFIG_PACKAGE_portsentry is not set # CONFIG_PACKAGE_scanlogd is not set +# CONFIG_PACKAGE_shorewall-core is not set # CONFIG_PACKAGE_shorewall-lite is not set # CONFIG_PACKAGE_snort is not set # CONFIG_PACKAGE_snort-mysql is not set # CONFIG_PACKAGE_snort-pgsql is not set +# CONFIG_PACKAGE_snortsam is not set # # Firewall Tunnel @@ -2190,6 +2062,35 @@ CONFIG_PACKAGE_iptables-mod-ipopt=y # CONFIG_PACKAGE_peerguardian is not set # CONFIG_PACKAGE_uhub is not set +# +# Printing +# +# CONFIG_PACKAGE_cups is not set +# CONFIG_PACKAGE_cups-bsd is not set +# CONFIG_PACKAGE_cups-client is not set +# CONFIG_PACKAGE_cups-filters is not set +# CONFIG_PACKAGE_cups-locale-da is not set +# CONFIG_PACKAGE_cups-locale-de is not set +# CONFIG_PACKAGE_cups-locale-es is not set +# CONFIG_PACKAGE_cups-locale-eu is not set +# CONFIG_PACKAGE_cups-locale-fi is not set +# CONFIG_PACKAGE_cups-locale-fr is not set +# CONFIG_PACKAGE_cups-locale-hu is not set +# CONFIG_PACKAGE_cups-locale-id is not set +# CONFIG_PACKAGE_cups-locale-it is not set +# CONFIG_PACKAGE_cups-locale-ja is not set +# CONFIG_PACKAGE_cups-locale-ko is not set +# CONFIG_PACKAGE_cups-locale-nl is not set +# CONFIG_PACKAGE_cups-locale-no is not set +# CONFIG_PACKAGE_cups-locale-pl is not set +# CONFIG_PACKAGE_cups-locale-pt is not set +# CONFIG_PACKAGE_cups-locale-pt_BR is not set +# CONFIG_PACKAGE_cups-locale-ru is not set +# CONFIG_PACKAGE_cups-locale-sv is not set +# CONFIG_PACKAGE_cups-locale-zh is not set +# CONFIG_PACKAGE_cups-locale-zh_TW is not set +# CONFIG_PACKAGE_cups-ppdc is not set + # # Routing and Redirection # @@ -2201,7 +2102,6 @@ CONFIG_PACKAGE_iptables-mod-ipopt=y # CONFIG_PACKAGE_bmxd is not set # CONFIG_PACKAGE_igmpproxy is not set CONFIG_PACKAGE_ip=y -# CONFIG_PACKAGE_lldpd is not set # CONFIG_PACKAGE_net-tools-route is not set # CONFIG_PACKAGE_olsrd is not set # CONFIG_PACKAGE_parprouted is not set @@ -2241,7 +2141,6 @@ CONFIG_PACKAGE_ip=y # CONFIG_PACKAGE_freeswitch is not set # CONFIG_PACKAGE_kamailio is not set # CONFIG_PACKAGE_kamailio3 is not set -# CONFIG_PACKAGE_libopenzap is not set # CONFIG_PACKAGE_miax is not set # CONFIG_PACKAGE_openser is not set # CONFIG_PACKAGE_opensips is not set @@ -2274,16 +2173,7 @@ CONFIG_PACKAGE_ip=y # # CONFIG_PACKAGE_chaosvpn is not set # CONFIG_PACKAGE_etherpuppet is not set -CONFIG_PACKAGE_fastd=y - -# -# Configuration -# -# CONFIG_FASTD_ENABLE_METHOD_XSALSA20_POLY1305 is not set -# CONFIG_FASTD_ENABLE_CRYPTO_AES128CTR_NACL is not set -# CONFIG_FASTD_ENABLE_CRYPTO_AES128CTR_LINUX is not set -# CONFIG_FASTD_ENABLE_CRYPTO_GHASH_BUILTIN is not set -# CONFIG_FASTD_ENABLE_CRYPTO_GHASH_LINUX is not set +# CONFIG_PACKAGE_fastd is not set # CONFIG_PACKAGE_frickin is not set # CONFIG_PACKAGE_ipsec-tools is not set # CONFIG_PACKAGE_isakmpd is not set @@ -2302,76 +2192,6 @@ CONFIG_PACKAGE_fastd=y # CONFIG_PACKAGE_pptpd is not set # CONFIG_PACKAGE_quicktun is not set # CONFIG_PACKAGE_ssltunnel is not set -# CONFIG_PACKAGE_strongswan is not set -# CONFIG_PACKAGE_strongswan-charon is not set -# CONFIG_PACKAGE_strongswan-default is not set -# CONFIG_PACKAGE_strongswan-libfast is not set -# CONFIG_PACKAGE_strongswan-minimal is not set -# CONFIG_PACKAGE_strongswan-mod-addrblock is not set -# CONFIG_PACKAGE_strongswan-mod-aes is not set -# CONFIG_PACKAGE_strongswan-mod-af-alg is not set -# CONFIG_PACKAGE_strongswan-mod-agent is not set -# CONFIG_PACKAGE_strongswan-mod-attr is not set -# CONFIG_PACKAGE_strongswan-mod-attr-sql is not set -# CONFIG_PACKAGE_strongswan-mod-blowfish is not set -# CONFIG_PACKAGE_strongswan-mod-ccm is not set -# CONFIG_PACKAGE_strongswan-mod-cmac is not set -# CONFIG_PACKAGE_strongswan-mod-constraints is not set -# CONFIG_PACKAGE_strongswan-mod-coupling is not set -# CONFIG_PACKAGE_strongswan-mod-ctr is not set -# CONFIG_PACKAGE_strongswan-mod-curl is not set -# CONFIG_PACKAGE_strongswan-mod-des is not set -# CONFIG_PACKAGE_strongswan-mod-dhcp is not set -# CONFIG_PACKAGE_strongswan-mod-dnskey is not set -# CONFIG_PACKAGE_strongswan-mod-duplicheck is not set -# CONFIG_PACKAGE_strongswan-mod-eap-identity is not set -# CONFIG_PACKAGE_strongswan-mod-eap-md5 is not set -# CONFIG_PACKAGE_strongswan-mod-eap-mschapv2 is not set -# CONFIG_PACKAGE_strongswan-mod-farp is not set -# CONFIG_PACKAGE_strongswan-mod-fips-prf is not set -# CONFIG_PACKAGE_strongswan-mod-gcm is not set -# CONFIG_PACKAGE_strongswan-mod-gcrypt is not set -# CONFIG_PACKAGE_strongswan-mod-gmp is not set -# CONFIG_PACKAGE_strongswan-mod-ha is not set -# CONFIG_PACKAGE_strongswan-mod-hmac is not set -# CONFIG_PACKAGE_strongswan-mod-kernel-klips is not set -# CONFIG_PACKAGE_strongswan-mod-kernel-netlink is not set -# CONFIG_PACKAGE_strongswan-mod-kernel-pfkey is not set -# CONFIG_PACKAGE_strongswan-mod-ldap is not set -# CONFIG_PACKAGE_strongswan-mod-led is not set -# CONFIG_PACKAGE_strongswan-mod-load-tester is not set -# CONFIG_PACKAGE_strongswan-mod-md4 is not set -# CONFIG_PACKAGE_strongswan-mod-md5 is not set -# CONFIG_PACKAGE_strongswan-mod-mysql is not set -# CONFIG_PACKAGE_strongswan-mod-nonce is not set -# CONFIG_PACKAGE_strongswan-mod-openssl is not set -# CONFIG_PACKAGE_strongswan-mod-pem is not set -# CONFIG_PACKAGE_strongswan-mod-pgp is not set -# CONFIG_PACKAGE_strongswan-mod-pkcs1 is not set -# CONFIG_PACKAGE_strongswan-mod-pkcs11 is not set -# CONFIG_PACKAGE_strongswan-mod-pkcs8 is not set -# CONFIG_PACKAGE_strongswan-mod-pubkey is not set -# CONFIG_PACKAGE_strongswan-mod-random is not set -# CONFIG_PACKAGE_strongswan-mod-resolve is not set -# CONFIG_PACKAGE_strongswan-mod-revocation is not set -# CONFIG_PACKAGE_strongswan-mod-sha1 is not set -# CONFIG_PACKAGE_strongswan-mod-sha2 is not set -# CONFIG_PACKAGE_strongswan-mod-smp is not set -# CONFIG_PACKAGE_strongswan-mod-socket-default is not set -# CONFIG_PACKAGE_strongswan-mod-socket-dynamic is not set -# CONFIG_PACKAGE_strongswan-mod-socket-raw is not set -# CONFIG_PACKAGE_strongswan-mod-sql is not set -# CONFIG_PACKAGE_strongswan-mod-sqlite is not set -# CONFIG_PACKAGE_strongswan-mod-stroke is not set -# CONFIG_PACKAGE_strongswan-mod-test-vectors is not set -# CONFIG_PACKAGE_strongswan-mod-uci is not set -# CONFIG_PACKAGE_strongswan-mod-updown is not set -# CONFIG_PACKAGE_strongswan-mod-whitelist is not set -# CONFIG_PACKAGE_strongswan-mod-x509 is not set -# CONFIG_PACKAGE_strongswan-mod-xauth-eap is not set -# CONFIG_PACKAGE_strongswan-mod-xauth-generic is not set -# CONFIG_PACKAGE_strongswan-mod-xcbc is not set -# CONFIG_PACKAGE_strongswan-utils is not set # CONFIG_PACKAGE_tinc is not set # CONFIG_PACKAGE_uanytun is not set # CONFIG_PACKAGE_uanytun-nocrypt is not set @@ -2388,11 +2208,6 @@ CONFIG_PACKAGE_fastd=y # CONFIG_PACKAGE_mercurial is not set # CONFIG_PACKAGE_subversion-libs is not set -# -# Web -# -# CONFIG_PACKAGE_gatling is not set - # # Web Servers/Proxies # @@ -2402,6 +2217,7 @@ CONFIG_PACKAGE_fastd=y # CONFIG_PACKAGE_axtlswrap is not set # CONFIG_PACKAGE_crowdcontrol is not set # CONFIG_PACKAGE_dansguardian is not set +# CONFIG_PACKAGE_gatling is not set # CONFIG_PACKAGE_haproxy is not set # CONFIG_PACKAGE_hiawatha is not set # CONFIG_PACKAGE_lighttpd is not set @@ -2415,9 +2231,8 @@ CONFIG_PACKAGE_fastd=y # CONFIG_PACKAGE_pepsal is not set # CONFIG_PACKAGE_polipo is not set # CONFIG_PACKAGE_privoxy is not set +# CONFIG_PACKAGE_redsocks is not set # CONFIG_PACKAGE_seeks is not set -# CONFIG_PACKAGE_sockd is not set -# CONFIG_PACKAGE_socksify is not set # CONFIG_PACKAGE_spawn-fcgi is not set # CONFIG_PACKAGE_squid is not set # CONFIG_PACKAGE_srelay is not set @@ -2471,7 +2286,6 @@ CONFIG_PACKAGE_wavemon=y # CONFIG_PACKAGE_cdp-tools is not set # CONFIG_PACKAGE_cifsmount is not set # CONFIG_PACKAGE_crda is not set -# CONFIG_PACKAGE_cups is not set # CONFIG_PACKAGE_daemonlogger is not set # CONFIG_PACKAGE_darkstat is not set # CONFIG_PACKAGE_ditg is not set @@ -2503,20 +2317,8 @@ CONFIG_PACKAGE_wavemon=y # CONFIG_PACKAGE_httping-nossl is not set # CONFIG_PACKAGE_ifenslave is not set # CONFIG_PACKAGE_ifstat is not set -# CONFIG_PACKAGE_iftop is not set # CONFIG_PACKAGE_ipcad is not set -# CONFIG_PACKAGE_iperf is not set -# CONFIG_PACKAGE_iperf-mt is not set -# CONFIG_PACKAGE_ipset is not set # CONFIG_PACKAGE_iptraf is not set -# CONFIG_PACKAGE_iputils-arping is not set -# CONFIG_PACKAGE_iputils-clockdiff is not set -# CONFIG_PACKAGE_iputils-ping is not set -# CONFIG_PACKAGE_iputils-ping6 is not set -# CONFIG_PACKAGE_iputils-tftpd is not set -# CONFIG_PACKAGE_iputils-tracepath is not set -# CONFIG_PACKAGE_iputils-tracepath6 is not set -# CONFIG_PACKAGE_iputils-traceroute6 is not set CONFIG_PACKAGE_iw=y # CONFIG_PACKAGE_jtg is not set # CONFIG_PACKAGE_keepalived is not set @@ -2526,7 +2328,6 @@ CONFIG_PACKAGE_iw=y # CONFIG_PACKAGE_krb5-server is not set # CONFIG_PACKAGE_l2tpv3tun is not set # CONFIG_PACKAGE_lft is not set -# CONFIG_PACKAGE_lispconf is not set # CONFIG_PACKAGE_lispd is not set # CONFIG_PACKAGE_lsm is not set # CONFIG_PACKAGE_mac-to-devinfo is not set @@ -2537,6 +2338,8 @@ CONFIG_PACKAGE_iw=y # CONFIG_PACKAGE_mini-snmpd is not set # CONFIG_PACKAGE_mosquitto is not set # CONFIG_PACKAGE_mosquitto-client is not set +# CONFIG_PACKAGE_mosquitto-client-nossl is not set +# CONFIG_PACKAGE_mosquitto-nossl is not set # CONFIG_PACKAGE_mrtg is not set # CONFIG_PACKAGE_mtr is not set # CONFIG_PACKAGE_multiwan is not set @@ -2584,8 +2387,6 @@ CONFIG_PACKAGE_iw=y # CONFIG_PACKAGE_radsecproxy is not set # CONFIG_PACKAGE_rrs is not set # CONFIG_PACKAGE_rrs-nossl is not set -# CONFIG_PACKAGE_samba36-client is not set -# CONFIG_PACKAGE_samba36-server is not set # CONFIG_PACKAGE_scdp is not set # CONFIG_PACKAGE_sctp is not set # CONFIG_PACKAGE_ser2net is not set @@ -2608,22 +2409,20 @@ CONFIG_PACKAGE_iw=y # CONFIG_PACKAGE_stund is not set # CONFIG_PACKAGE_stunnel is not set # CONFIG_PACKAGE_synce-dccm is not set -CONFIG_PACKAGE_tc=y -# CONFIG_PACKAGE_tcpdump is not set -# CONFIG_PACKAGE_tcpdump-mini is not set +# CONFIG_PACKAGE_tc is not set # CONFIG_PACKAGE_tcptraceroute is not set # CONFIG_PACKAGE_tctool is not set # CONFIG_PACKAGE_tor is not set # CONFIG_PACKAGE_tor-alpha is not set # CONFIG_PACKAGE_tor-alpha-fw-helper is not set # CONFIG_PACKAGE_tor-alpha-geoip is not set +# CONFIG_PACKAGE_tor-fw-helper is not set # CONFIG_PACKAGE_tor-geoip is not set # CONFIG_PACKAGE_ttcp is not set # CONFIG_PACKAGE_ucarp is not set # CONFIG_PACKAGE_ucspi-tcp is not set # CONFIG_PACKAGE_udpcast is not set # CONFIG_PACKAGE_udpxy is not set -# CONFIG_PACKAGE_ulogd is not set # CONFIG_PACKAGE_uob-nomad is not set # CONFIG_PACKAGE_usbip is not set # CONFIG_PACKAGE_vblade is not set @@ -2664,18 +2463,27 @@ CONFIG_PACKAGE_wpad-mini=y # CONFIG_PACKAGE_libnfsidmap is not set # CONFIG_PACKAGE_libow is not set # CONFIG_PACKAGE_libow-capi is not set -# CONFIG_PACKAGE_libsysfs is not set # # Firewall # # CONFIG_PACKAGE_libfko is not set CONFIG_PACKAGE_libip4tc=y -# CONFIG_PACKAGE_libip6tc is not set +CONFIG_PACKAGE_libip6tc=y # CONFIG_PACKAGE_libipq is not set # CONFIG_PACKAGE_libiptc is not set CONFIG_PACKAGE_libxtables=y +# +# Printing +# +# CONFIG_PACKAGE_libcups is not set +# CONFIG_PACKAGE_libcupscgi is not set +# CONFIG_PACKAGE_libcupsdriver is not set +# CONFIG_PACKAGE_libcupsimage is not set +# CONFIG_PACKAGE_libcupsmime is not set +# CONFIG_PACKAGE_libcupsppdc is not set + # # SSL # @@ -2766,7 +2574,6 @@ CONFIG_PACKAGE_libblobmsg-json=y # CONFIG_PACKAGE_libcap is not set # CONFIG_PACKAGE_libcares is not set # CONFIG_PACKAGE_libcelt is not set -# CONFIG_PACKAGE_libcharset is not set # CONFIG_PACKAGE_libcli is not set # CONFIG_PACKAGE_libclinkc is not set # CONFIG_PACKAGE_libconfig is not set @@ -2778,6 +2585,7 @@ CONFIG_PACKAGE_libblobmsg-json=y # CONFIG_PACKAGE_libdaemon is not set # CONFIG_PACKAGE_libdaq is not set # CONFIG_PACKAGE_libdb47 is not set +# CONFIG_PACKAGE_libdb47xx is not set # CONFIG_PACKAGE_libdbi is not set # CONFIG_PACKAGE_libdbus is not set # CONFIG_PACKAGE_libdbus-glib is not set @@ -2786,13 +2594,8 @@ CONFIG_PACKAGE_libblobmsg-json=y # CONFIG_PACKAGE_libdnet is not set # CONFIG_PACKAGE_libdvbpsi is not set # CONFIG_PACKAGE_libdvdread is not set -# CONFIG_PACKAGE_libelf is not set +# CONFIG_PACKAGE_libelf1 is not set # CONFIG_PACKAGE_libevent is not set -# CONFIG_PACKAGE_libevent2 is not set -# CONFIG_PACKAGE_libevent2-core is not set -# CONFIG_PACKAGE_libevent2-extra is not set -# CONFIG_PACKAGE_libevent2-openssl is not set -# CONFIG_PACKAGE_libevent2-pthreads is not set # CONFIG_PACKAGE_libeventlog is not set # CONFIG_PACKAGE_libexif is not set # CONFIG_PACKAGE_libexpat is not set @@ -2804,6 +2607,7 @@ CONFIG_PACKAGE_libblobmsg-json=y # CONFIG_PACKAGE_libffmpeg-full is not set # CONFIG_PACKAGE_libffmpeg-mini is not set # CONFIG_PACKAGE_libflac is not set +# CONFIG_PACKAGE_libfreecwmp is not set # CONFIG_PACKAGE_libfreefare is not set # CONFIG_PACKAGE_libfreenect is not set # CONFIG_PACKAGE_libfreetype is not set @@ -2811,6 +2615,7 @@ CONFIG_PACKAGE_libblobmsg-json=y # CONFIG_PACKAGE_libgcrypt is not set # CONFIG_PACKAGE_libgd is not set # CONFIG_PACKAGE_libgdbm is not set +# CONFIG_PACKAGE_libgee is not set # CONFIG_PACKAGE_libgmp is not set # CONFIG_PACKAGE_libgpg-error is not set # CONFIG_PACKAGE_libgpgme is not set @@ -2820,26 +2625,27 @@ CONFIG_PACKAGE_libblobmsg-json=y # CONFIG_PACKAGE_libgsl is not set # CONFIG_PACKAGE_libgsm is not set # CONFIG_PACKAGE_libgssapi is not set +# CONFIG_PACKAGE_libgssdp is not set +# CONFIG_PACKAGE_libgupnp is not set +# CONFIG_PACKAGE_libgupnp-av is not set +# CONFIG_PACKAGE_libgupnp-dlna is not set # CONFIG_PACKAGE_libhowl is not set -# CONFIG_PACKAGE_libiconv is not set -# CONFIG_PACKAGE_libiconv-full is not set # CONFIG_PACKAGE_libid3tag is not set # CONFIG_PACKAGE_libidn is not set # CONFIG_PACKAGE_libiksemel is not set # CONFIG_PACKAGE_libimobiledevice is not set # CONFIG_PACKAGE_libinklevel is not set -# CONFIG_PACKAGE_libintl is not set -# CONFIG_PACKAGE_libintl-full is not set # CONFIG_PACKAGE_libiw is not set # CONFIG_PACKAGE_libiwinfo is not set # CONFIG_PACKAGE_libjpeg is not set +# CONFIG_PACKAGE_libjpeg-turbo is not set # CONFIG_PACKAGE_libjs is not set CONFIG_PACKAGE_libjson=y # CONFIG_PACKAGE_libldns is not set # CONFIG_PACKAGE_libleptonica is not set # CONFIG_PACKAGE_libltdl is not set # CONFIG_PACKAGE_liblua is not set -CONFIG_PACKAGE_liblzo=y +# CONFIG_PACKAGE_liblzo is not set # CONFIG_PACKAGE_libmad is not set # CONFIG_PACKAGE_libmagic is not set # CONFIG_PACKAGE_libmbus is not set @@ -2849,9 +2655,9 @@ CONFIG_PACKAGE_liblzo=y # CONFIG_PACKAGE_libmikmod is not set # CONFIG_PACKAGE_libminiupnpc is not set # CONFIG_PACKAGE_libmms is not set -# CONFIG_PACKAGE_libmnl is not set # CONFIG_PACKAGE_libmodbus is not set # CONFIG_PACKAGE_libmosquitto is not set +# CONFIG_PACKAGE_libmosquitto-nossl is not set # CONFIG_PACKAGE_libmount is not set # CONFIG_PACKAGE_libmpcdec is not set # CONFIG_PACKAGE_libmpd is not set @@ -2865,13 +2671,11 @@ CONFIG_PACKAGE_libncurses=y # CONFIG_PACKAGE_libneon is not set # CONFIG_PACKAGE_libnet0 is not set # CONFIG_PACKAGE_libnet1 is not set -# CONFIG_PACKAGE_libnetfilter-conntrack is not set # CONFIG_PACKAGE_libnetfilter-log is not set # CONFIG_PACKAGE_libnetfilter-queue is not set # CONFIG_PACKAGE_libnetsnmp is not set # CONFIG_PACKAGE_libnewt is not set # CONFIG_PACKAGE_libnfc is not set -# CONFIG_PACKAGE_libnfnetlink is not set # CONFIG_PACKAGE_libnids is not set # CONFIG_PACKAGE_libnl is not set CONFIG_PACKAGE_libnl-tiny=y @@ -2880,7 +2684,6 @@ CONFIG_PACKAGE_libnl-tiny=y # CONFIG_PACKAGE_liboil is not set # CONFIG_PACKAGE_libol is not set # CONFIG_PACKAGE_libopal is not set -# CONFIG_PACKAGE_libopencdk is not set # CONFIG_PACKAGE_libopenh323 is not set # CONFIG_PACKAGE_libopenldap is not set # CONFIG_PACKAGE_liboping is not set @@ -2896,18 +2699,19 @@ CONFIG_PACKAGE_libnl-tiny=y # CONFIG_PACKAGE_libplist is not set # CONFIG_PACKAGE_libplistcxx is not set # CONFIG_PACKAGE_libpng is not set -# CONFIG_PACKAGE_libpopt is not set # CONFIG_PACKAGE_libprotobuf-c is not set # CONFIG_PACKAGE_libptmalloc3 is not set +# CONFIG_PACKAGE_libqmi is not set # CONFIG_PACKAGE_libradiusclient-ng is not set # CONFIG_PACKAGE_libre is not set # CONFIG_PACKAGE_libreadline is not set # CONFIG_PACKAGE_librem is not set -CONFIG_PACKAGE_librpc=y +# CONFIG_PACKAGE_librpc is not set # CONFIG_PACKAGE_librpcsecgss is not set # CONFIG_PACKAGE_librrd is not set # CONFIG_PACKAGE_librrd1 is not set # CONFIG_PACKAGE_librsync is not set +# CONFIG_PACKAGE_librtlsdr is not set # CONFIG_PACKAGE_libruby is not set # CONFIG_PACKAGE_libsamplerate is not set # CONFIG_PACKAGE_libsasl2 is not set @@ -2920,7 +2724,6 @@ CONFIG_PACKAGE_librpc=y # CONFIG_PACKAGE_libslang2 is not set # CONFIG_PACKAGE_libsml is not set # CONFIG_PACKAGE_libsndfile is not set -# CONFIG_PACKAGE_libsocks is not set # CONFIG_PACKAGE_libsoup is not set # CONFIG_PACKAGE_libspandsp is not set # CONFIG_PACKAGE_libspeex is not set @@ -2938,9 +2741,11 @@ CONFIG_PACKAGE_libubox=y CONFIG_PACKAGE_libuci=y # CONFIG_PACKAGE_libuci-lua is not set # CONFIG_PACKAGE_libucl is not set -CONFIG_PACKAGE_libuecc=y +# CONFIG_PACKAGE_libuecc is not set +CONFIG_PACKAGE_libugpio=y # CONFIG_PACKAGE_libunbound is not set # CONFIG_PACKAGE_libupnp is not set +# CONFIG_PACKAGE_liburcu is not set # CONFIG_PACKAGE_libusb is not set # CONFIG_PACKAGE_libusb-1.0 is not set # CONFIG_PACKAGE_libusbmuxd is not set @@ -2958,8 +2763,9 @@ CONFIG_PACKAGE_libuecc=y # CONFIG_PACKAGE_libzip is not set # CONFIG_PACKAGE_libzstream is not set # CONFIG_PACKAGE_linux-atm is not set +# CONFIG_PACKAGE_lttng-ust is not set # CONFIG_PACKAGE_mxml is not set -CONFIG_PACKAGE_nacl=y +# CONFIG_PACKAGE_nacl is not set # CONFIG_PACKAGE_phidget21 is not set # CONFIG_PACKAGE_poco is not set # CONFIG_PACKAGE_protobuf is not set @@ -2986,7 +2792,7 @@ CONFIG_PACKAGE_terminfo=y # CONFIG_PACKAGE_xmpp4r is not set # CONFIG_PACKAGE_zaptel-libtonezone is not set # CONFIG_PACKAGE_zaptel14-libtonezone is not set -CONFIG_PACKAGE_zlib=y +# CONFIG_PACKAGE_zlib is not set # # Multimedia @@ -3016,7 +2822,7 @@ CONFIG_PACKAGE_zlib=y # CONFIG_PACKAGE_gst-mod-asfmux is not set # CONFIG_PACKAGE_gst-mod-audioconvert is not set # CONFIG_PACKAGE_gst-mod-audiofx is not set -# CONFIG_PACKAGE_gst-mod-audioparsersbad is not set +# CONFIG_PACKAGE_gst-mod-audioparsers is not set # CONFIG_PACKAGE_gst-mod-audiorate is not set # CONFIG_PACKAGE_gst-mod-audioresample is not set # CONFIG_PACKAGE_gst-mod-audiotestsrc is not set @@ -3035,6 +2841,7 @@ CONFIG_PACKAGE_zlib=y # CONFIG_PACKAGE_gst-mod-dtmf is not set # CONFIG_PACKAGE_gst-mod-dvdspu is not set # CONFIG_PACKAGE_gst-mod-equalizer is not set +# CONFIG_PACKAGE_gst-mod-faad is not set # CONFIG_PACKAGE_gst-mod-festival is not set # CONFIG_PACKAGE_gst-mod-flac is not set # CONFIG_PACKAGE_gst-mod-freeze is not set @@ -3046,7 +2853,7 @@ CONFIG_PACKAGE_zlib=y # CONFIG_PACKAGE_gst-mod-id3demux is not set # CONFIG_PACKAGE_gst-mod-id3tag is not set # CONFIG_PACKAGE_gst-mod-interleave is not set -# CONFIG_PACKAGE_gst-mod-invtelecine is not set +# CONFIG_PACKAGE_gst-mod-isomp4 is not set # CONFIG_PACKAGE_gst-mod-jpegformat is not set # CONFIG_PACKAGE_gst-mod-lame is not set # CONFIG_PACKAGE_gst-mod-legacyresample is not set @@ -3055,7 +2862,6 @@ CONFIG_PACKAGE_zlib=y # CONFIG_PACKAGE_gst-mod-mad is not set # CONFIG_PACKAGE_gst-mod-mms is not set # CONFIG_PACKAGE_gst-mod-mpeg2dec is not set -# CONFIG_PACKAGE_gst-mod-mpeg4videoparse is not set # CONFIG_PACKAGE_gst-mod-mpegdemux is not set # CONFIG_PACKAGE_gst-mod-mpegpsmux is not set # CONFIG_PACKAGE_gst-mod-mpegtsmux is not set @@ -3071,7 +2877,6 @@ CONFIG_PACKAGE_zlib=y # CONFIG_PACKAGE_gst-mod-pcapparse is not set # CONFIG_PACKAGE_gst-mod-playbin is not set # CONFIG_PACKAGE_gst-mod-pnm is not set -# CONFIG_PACKAGE_gst-mod-qtmux is not set # CONFIG_PACKAGE_gst-mod-rawparse is not set # CONFIG_PACKAGE_gst-mod-replaygain is not set # CONFIG_PACKAGE_gst-mod-rtp is not set @@ -3080,7 +2885,6 @@ CONFIG_PACKAGE_zlib=y # CONFIG_PACKAGE_gst-mod-scaletempoplugin is not set # CONFIG_PACKAGE_gst-mod-sdpelem is not set # CONFIG_PACKAGE_gst-mod-segmentclip is not set -# CONFIG_PACKAGE_gst-mod-selector is not set # CONFIG_PACKAGE_gst-mod-siren is not set # CONFIG_PACKAGE_gst-mod-souphttpsrc is not set # CONFIG_PACKAGE_gst-mod-spectrum is not set @@ -3092,7 +2896,6 @@ CONFIG_PACKAGE_zlib=y # CONFIG_PACKAGE_gst-mod-tta is not set # CONFIG_PACKAGE_gst-mod-typefindfunctions is not set # CONFIG_PACKAGE_gst-mod-udp is not set -# CONFIG_PACKAGE_gst-mod-valve is not set # CONFIG_PACKAGE_gst-mod-videomeasure is not set # CONFIG_PACKAGE_gst-mod-videosignal is not set # CONFIG_PACKAGE_gst-mod-videotestsrc is not set @@ -3138,7 +2941,15 @@ CONFIG_PACKAGE_zlib=y # CONFIG_PACKAGE_motion is not set # CONFIG_PACKAGE_peercast is not set # CONFIG_PACKAGE_puppy is not set +# CONFIG_PACKAGE_rygel is not set +# CONFIG_PACKAGE_rygel-external is not set +# CONFIG_PACKAGE_rygel-media-export is not set +# CONFIG_PACKAGE_rygel-mpris is not set +# CONFIG_PACKAGE_rygel-playbin is not set +# CONFIG_PACKAGE_rygel-playbin-gst-suggested is not set +# CONFIG_PACKAGE_rygel-tracker is not set # CONFIG_PACKAGE_streamripper is not set +# CONFIG_PACKAGE_tvheadend is not set # CONFIG_PACKAGE_vips is not set # @@ -3203,7 +3014,6 @@ CONFIG_PACKAGE_ubusd=y # CONFIG_PACKAGE_owshell is not set # CONFIG_PACKAGE_reiserfsprogs is not set # CONFIG_PACKAGE_resize2fs is not set -# CONFIG_PACKAGE_sysfsutils is not set # CONFIG_PACKAGE_tune2fs is not set # @@ -3235,6 +3045,7 @@ CONFIG_PACKAGE_ubusd=y # # CONFIG_PACKAGE_boxbackup is not set # CONFIG_PACKAGE_rdiff-backup is not set +# CONFIG_PACKAGE_rsnapshot is not set # # compression @@ -3325,7 +3136,14 @@ CONFIG_PACKAGE_ubusd=y # CONFIG_PACKAGE_clish is not set # CONFIG_PACKAGE_cmdpad is not set # CONFIG_PACKAGE_collectd is not set -# CONFIG_PACKAGE_compcache is not set +CONFIG_PACKAGE_compcache=y + +# +# Configuration +# +CONFIG_COMPCACHE_ENABLE=y +CONFIG_COMPCACHE_RAM_REPORTED="2048" +CONFIG_COMPCACHE_BACKUP_DEV="" # CONFIG_PACKAGE_coreutils is not set # CONFIG_PACKAGE_cpusage is not set # CONFIG_PACKAGE_crypto-tools is not set @@ -3363,6 +3181,7 @@ CONFIG_PACKAGE_ubusd=y # CONFIG_PACKAGE_gnupg is not set # CONFIG_PACKAGE_gnuplot is not set CONFIG_PACKAGE_gpioctl=y +CONFIG_PACKAGE_gpioctl-sysfs=y # CONFIG_PACKAGE_gsm-utils is not set # CONFIG_PACKAGE_gzip is not set # CONFIG_PACKAGE_haserl is not set @@ -3372,7 +3191,6 @@ CONFIG_PACKAGE_gpioctl=y # CONFIG_PACKAGE_huaweiaktbbo is not set # CONFIG_PACKAGE_hwclock is not set # CONFIG_PACKAGE_i2c-tools is not set -# CONFIG_PACKAGE_iconv is not set # CONFIG_PACKAGE_ink is not set # CONFIG_PACKAGE_input-utils is not set # CONFIG_PACKAGE_io is not set @@ -3420,6 +3238,7 @@ CONFIG_PACKAGE_jshn=y # CONFIG_PACKAGE_mtd-utils is not set # CONFIG_PACKAGE_namei is not set # CONFIG_PACKAGE_nprobe is not set +# CONFIG_PACKAGE_nut is not set # CONFIG_PACKAGE_ocf-crypto-headers is not set # CONFIG_PACKAGE_open2300 is not set # CONFIG_PACKAGE_openldap-utils is not set @@ -3450,6 +3269,7 @@ CONFIG_PACKAGE_jshn=y # CONFIG_PACKAGE_rrdtool is not set # CONFIG_PACKAGE_rrdtool1 is not set # CONFIG_PACKAGE_rsyncrypto is not set +# CONFIG_PACKAGE_rtl-sdr is not set # CONFIG_PACKAGE_sane-backends is not set # CONFIG_PACKAGE_sane-frontends is not set # CONFIG_PACKAGE_schedtool is not set @@ -3473,6 +3293,7 @@ CONFIG_PACKAGE_jshn=y # CONFIG_PACKAGE_smartmontools is not set # CONFIG_PACKAGE_spidev-test is not set # CONFIG_PACKAGE_ssldump is not set +# CONFIG_PACKAGE_stm32flash is not set # CONFIG_PACKAGE_strace is not set # CONFIG_PACKAGE_stress is not set # CONFIG_PACKAGE_sysstat is not set @@ -3486,6 +3307,7 @@ CONFIG_PACKAGE_jshn=y # CONFIG_PACKAGE_tmux is not set # CONFIG_PACKAGE_triggerhappy is not set # CONFIG_PACKAGE_uboot-envtools is not set +# CONFIG_PACKAGE_uboot-envtools-mmc is not set # CONFIG_PACKAGE_upx is not set # CONFIG_PACKAGE_usb-modeswitch is not set # CONFIG_PACKAGE_usbmuxd is not set @@ -3494,7 +3316,6 @@ CONFIG_PACKAGE_jshn=y # CONFIG_PACKAGE_uuidd is not set # CONFIG_PACKAGE_uuidgen is not set # CONFIG_PACKAGE_v4l-utils is not set -# CONFIG_PACKAGE_valgrind is not set # CONFIG_PACKAGE_watchcat is not set # CONFIG_PACKAGE_wattsup is not set # CONFIG_PACKAGE_whereis is not set @@ -3541,12 +3362,12 @@ CONFIG_PACKAGE_jshn=y # # Development # -# CONFIG_PACKAGE_binutils is not set # CONFIG_PACKAGE_cppunit is not set # CONFIG_PACKAGE_diffutils is not set +# CONFIG_PACKAGE_lttng-tools is not set # CONFIG_PACKAGE_make is not set -# CONFIG_PACKAGE_objdump is not set # CONFIG_PACKAGE_patch is not set +# CONFIG_PACKAGE_perf is not set # CONFIG_PACKAGE_python-sip is not set # CONFIG_PACKAGE_tig is not set @@ -3610,6 +3431,7 @@ CONFIG_PACKAGE_jshn=y # # CONFIG_PACKAGE_microperl is not set # CONFIG_PACKAGE_perl is not set +# CONFIG_PACKAGE_perl-test-harness is not set # # Python @@ -3656,6 +3478,9 @@ CONFIG_PACKAGE_jshn=y # CONFIG_PACKAGE_python-openssl is not set # CONFIG_PACKAGE_python-pcap is not set # CONFIG_PACKAGE_python-psycopg is not set +# CONFIG_PACKAGE_python-pydaemon is not set +# CONFIG_PACKAGE_python-pyosc is not set +# CONFIG_PACKAGE_python-rsfile is not set # CONFIG_PACKAGE_python-shutil is not set # CONFIG_PACKAGE_python-smbus is not set # CONFIG_PACKAGE_python-sqlite is not set @@ -3678,6 +3503,8 @@ CONFIG_PACKAGE_jshn=y # CONFIG_PACKAGE_ruby is not set # CONFIG_PACKAGE_4th is not set # CONFIG_PACKAGE_eggdrop is not set +# CONFIG_PACKAGE_libgupnp-vala is not set # CONFIG_PACKAGE_sigscheme is not set # CONFIG_PACKAGE_slsh is not set # CONFIG_PACKAGE_tcl is not set +# CONFIG_PACKAGE_vala is not set diff --git a/bsp/fonera/kernel_config-3.3 b/bsp/fonera/kernel_config-3.3 index 1b4d062..93073d9 100644 --- a/bsp/fonera/kernel_config-3.3 +++ b/bsp/fonera/kernel_config-3.3 @@ -1,3 +1,4 @@ +CONFIG_ADM6996_PHY=y CONFIG_AR8216_PHY=y CONFIG_ARCH_BINFMT_ELF_RANDOMIZE_PIE=y CONFIG_ARCH_DISCARD_MEMBLOCK=y @@ -9,15 +10,16 @@ CONFIG_ATHEROS_AR2315=y CONFIG_ATHEROS_AR231X=y # CONFIG_ATHEROS_AR5312 is not set CONFIG_ATHEROS_WDT=y -# CONFIG_BASE_FULL is not set -CONFIG_BASE_SMALL=1 CONFIG_BCMA_POSSIBLE=y +# CONFIG_BUG is not set CONFIG_CC_OPTIMIZE_FOR_SIZE=y CONFIG_CEVT_R4K=y CONFIG_CEVT_R4K_LIB=y CONFIG_CMDLINE="console=ttyS0,9600 rootfstype=squashfs,jffs2" CONFIG_CMDLINE_BOOL=y # CONFIG_CMDLINE_OVERRIDE is not set +CONFIG_COMPACTION=y +CONFIG_COMPAT_BRK=y CONFIG_CPU_BIG_ENDIAN=y CONFIG_CPU_HAS_PREFETCH=y CONFIG_CPU_HAS_SYNC=y @@ -29,6 +31,7 @@ CONFIG_CPU_SUPPORTS_HIGHMEM=y CONFIG_CSRC_R4K=y CONFIG_CSRC_R4K_LIB=y CONFIG_DECOMPRESS_LZMA=y +CONFIG_DEFAULT_MMAP_MIN_ADDR=0 CONFIG_DMA_NONCOHERENT=y CONFIG_EARLY_PRINTK=y CONFIG_ETHERNET_PACKET_MANGLE=y @@ -74,13 +77,14 @@ CONFIG_IRQ_FORCED_THREADING=y # CONFIG_ISDN is not set # CONFIG_LBDAF is not set CONFIG_LEDS_GPIO=y -CONFIG_LOG_BUF_SHIFT=12 +CONFIG_LZO_COMPRESS=y +CONFIG_LZO_DECOMPRESS=y CONFIG_MDIO_BOARDINFO=y +CONFIG_MIGRATION=y CONFIG_MIPS=y CONFIG_MIPS_L1_CACHE_SHIFT=5 # CONFIG_MIPS_MACHINE is not set CONFIG_MIPS_MT_DISABLED=y -# CONFIG_MODULE_UNLOAD is not set CONFIG_MTD_AR2315=y CONFIG_MTD_CFI_ADV_OPTIONS=y # CONFIG_MTD_CFI_GEOMETRY is not set @@ -105,11 +109,17 @@ CONFIG_SERIAL_8250_RUNTIME_UARTS=1 # CONFIG_SHMEM is not set # CONFIG_SLAB is not set CONFIG_SLOB=y +CONFIG_SQUASHFS_EMBEDDED=y +CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=1 +CONFIG_SQUASHFS_LZO=y CONFIG_SWCONFIG=y CONFIG_SYS_HAS_CPU_MIPS32_R1=y CONFIG_SYS_HAS_EARLY_PRINTK=y CONFIG_SYS_SUPPORTS_32BIT_KERNEL=y CONFIG_SYS_SUPPORTS_ARBIT_HZ=y CONFIG_SYS_SUPPORTS_BIG_ENDIAN=y +CONFIG_XVMALLOC=y CONFIG_XZ_DEC=y CONFIG_ZONE_DMA_FLAG=0 +CONFIG_ZRAM=y +CONFIG_ZRAM_DEBUG=y diff --git a/bsp/fonera/root_file_system/etc/crontabs/root b/bsp/fonera/root_file_system/etc/crontabs/root index c806fea..1e31c70 100644 --- a/bsp/fonera/root_file_system/etc/crontabs/root +++ b/bsp/fonera/root_file_system/etc/crontabs/root @@ -1,4 +1,4 @@ -*/5 * * * * sh /etc/fastdstart.sh; sh /etc/nodewatcher.sh; sh /etc/configurator.sh +*/5 * * * * sh /etc/nodewatcher.sh; sh /etc/configurator.sh #15 01 * * * rdate -s time.fu-berlin.de > /dev/null diff --git a/bsp/fonera/root_file_system/etc/rc.local b/bsp/fonera/root_file_system/etc/rc.local index 1e722ae..c7276f6 100755 --- a/bsp/fonera/root_file_system/etc/rc.local +++ b/bsp/fonera/root_file_system/etc/rc.local @@ -1,26 +1,20 @@ # Put your custom commands here that should be executed once # the system init finished. By default this file does nothing. +# batman seems to be to stupid to regocnice the devices +# todo: uci.get .. +#batctl if add eth0.3 +#batctl if add eth0.4 batctl if add wlan0-1 +#echo none > /sys/devices/platform/ar231x-wmac.0/leds/ath5k-phy0\:\:rx/trigger +#echo phy0tx > /sys/devices/platform/ar231x-wmac.0/leds/ath5k-phy0\:\:tx/trigger + toLower() { echo $1 | sed -e "s/A/a/g" -e "s/B/b/g" -e "s/C/c/g" -e "s/D/d/g" -e "s/E/e/g" -e "s/F/f/g" } -. /etc/firewall.user - -/etc/init.d/qos disable -/etc/init.d/qos stop - -#busybox-httpd for crawldata -mkdir /tmp/crawldata -httpd -h /tmp/crawldata - # todo: all devices or only dir300 ? - -# fonera to slow? -sleep 10 - if uci get network.mesh.macaddr then echo "MAC is set already" @@ -32,15 +26,17 @@ else ETMAC=`ip link | grep eth0 -A1 | grep link | awk '{ print $2 }'` ETMAC=`toLower $ETMAC` - if [ "$WLMAC" != "" ] && [ "$BRMAC" != "" ] && [ "$BRMAC" != "$ETMAC" ]; then + if [ "$WLMAC" != "" ] && [ "$BRMAC" != "" ] && [ "$BRMAC" = "$ETMAC" ]; then + if [[ "$BRMAC" != "$WLMAC" ]]; then echo "Fixing wrong MAC on br-mesh" - uci set network.mesh.macaddr=$ETMAC + uci set network.mesh.macaddr=$WLMAC uci commit - ifconfig br-mesh hw ether $ETMAC + ifconfig br-mesh hw ether $WLMAC ifconfig br-mesh down ifconfig br-mesh up #wait before reboot to generate tinc certificates and to be able #to login over ssh bevore reboot in case of errors + fi fi fi @@ -48,4 +44,10 @@ fi # uses to much ram #ntpd -p "fe80::201:2ff:fe03:405%br-mesh" +#. /etc/firewall.user + +#busybox-httpd for crawldata +mkdir /tmp/crawldata +httpd -h /tmp/crawldata + exit 0