openwrt: select avrdude package for inclusion in flukso v2 image
This commit is contained in:
parent
2c8f97aadb
commit
05bb8a88d3
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# OpenWrt version: Backfire (r23346)
|
||||
# Sun Dec 19 19:32:11 2010
|
||||
# OpenWrt version: Backfire (r24714)
|
||||
# Tue Dec 21 21:44:29 2010
|
||||
#
|
||||
CONFIG_HAVE_DOT_CONFIG=y
|
||||
# CONFIG_TARGET_ppc40x is not set
|
||||
|
@ -222,6 +222,7 @@ CONFIG_TARGET_ROOTFS_SQUASHFS=y
|
|||
#
|
||||
# General build options
|
||||
#
|
||||
# CONFIG_DISPLAY_SUPPORT is not set
|
||||
CONFIG_BUILD_PATENTED=y
|
||||
CONFIG_LARGEFILE=y
|
||||
CONFIG_SHADOW_PASSWORDS=y
|
||||
|
@ -1072,7 +1073,7 @@ CONFIG_PACKAGE_libiptc=y
|
|||
# CONFIG_PACKAGE_libiw is not set
|
||||
# CONFIG_PACKAGE_libltdl is not set
|
||||
CONFIG_PACKAGE_liblua=y
|
||||
# CONFIG_PACKAGE_libncurses is not set
|
||||
CONFIG_PACKAGE_libncurses=y
|
||||
# CONFIG_PACKAGE_libnl is not set
|
||||
CONFIG_PACKAGE_libnl-tiny=y
|
||||
# CONFIG_PACKAGE_libpcap is not set
|
||||
|
@ -1080,7 +1081,6 @@ CONFIG_PACKAGE_libnl-tiny=y
|
|||
CONFIG_PACKAGE_libuci=y
|
||||
CONFIG_PACKAGE_libuci-lua=y
|
||||
CONFIG_PACKAGE_libxtables=y
|
||||
CONFIG_PACKAGE_libxyssl=y
|
||||
# CONFIG_PACKAGE_linux-atm is not set
|
||||
# CONFIG_PACKAGE_zlib is not set
|
||||
|
||||
|
@ -1132,11 +1132,12 @@ CONFIG_PACKAGE_pptp=y
|
|||
CONFIG_PACKAGE_uhttpd=y
|
||||
CONFIG_PACKAGE_uhttpd-mod-lua=y
|
||||
# CONFIG_PACKAGE_uhttpd-mod-tls is not set
|
||||
CONFIG_PACKAGE_wpa-cli=y
|
||||
CONFIG_PACKAGE_wpa-supplicant=y
|
||||
# CONFIG_WPA_SUPPLICANT_NO_TIMESTAMP_CHECK is not set
|
||||
CONFIG_WPA_SUPPLICANT_INTERNAL=y
|
||||
# CONFIG_WPA_SUPPLICANT_OPENSSL is not set
|
||||
CONFIG_PACKAGE_wpa-cli=y
|
||||
# CONFIG_WPA_RFKILL_SUPPORT is not set
|
||||
# CONFIG_PACKAGE_wpa-supplicant-mini is not set
|
||||
# CONFIG_PACKAGE_wpad is not set
|
||||
# CONFIG_PACKAGE_wpad-mini is not set
|
||||
|
@ -1147,6 +1148,7 @@ CONFIG_PACKAGE_wpa-cli=y
|
|||
# IPv6
|
||||
#
|
||||
# CONFIG_PACKAGE_6in4 is not set
|
||||
# CONFIG_PACKAGE_6to4 is not set
|
||||
# CONFIG_PACKAGE_ip6tables is not set
|
||||
|
||||
#
|
||||
|
@ -1363,6 +1365,7 @@ CONFIG_PACKAGE_kmod-ipt-nathelper=y
|
|||
#
|
||||
# Network Devices
|
||||
#
|
||||
# CONFIG_PACKAGE_kmod-dummy is not set
|
||||
# CONFIG_PACKAGE_kmod-e1000 is not set
|
||||
# CONFIG_PACKAGE_kmod-gigaset is not set
|
||||
# CONFIG_PACKAGE_kmod-hfcmulti is not set
|
||||
|
@ -1564,6 +1567,7 @@ CONFIG_MADWIFI_RCA_MINSTREL=y
|
|||
# CONFIG_PACKAGE_fdisk is not set
|
||||
# CONFIG_PACKAGE_sfdisk is not set
|
||||
# CONFIG_PACKAGE_swap-utils is not set
|
||||
CONFIG_PACKAGE_avrdude=y
|
||||
CONFIG_PACKAGE_button=y
|
||||
# CONFIG_PACKAGE_comgt is not set
|
||||
# CONFIG_PACKAGE_dropbearconvert is not set
|
||||
|
@ -1585,7 +1589,6 @@ CONFIG_PACKAGE_gpioctl=y
|
|||
# CONFIG_PACKAGE_robocfg is not set
|
||||
# CONFIG_PACKAGE_spidev-test is not set
|
||||
# CONFIG_PACKAGE_uboot-envtools is not set
|
||||
# CONFIG_PACKAGE_xyssl-progs is not set
|
||||
|
||||
#
|
||||
# Extra packages
|
||||
|
@ -1608,17 +1611,9 @@ CONFIG_PACKAGE_gpioctl=y
|
|||
# Languages
|
||||
#
|
||||
|
||||
#
|
||||
# LUA
|
||||
#
|
||||
CONFIG_PACKAGE_liblua-expat=y
|
||||
CONFIG_PACKAGE_liblua-xmlrpc=y
|
||||
CONFIG_PACKAGE_luaxyssl=y
|
||||
|
||||
#
|
||||
# Lua
|
||||
#
|
||||
CONFIG_PACKAGE_lua=y
|
||||
# CONFIG_PACKAGE_lua-examples is not set
|
||||
CONFIG_PACKAGE_luac=y
|
||||
CONFIG_PACKAGE_luasocket=y
|
||||
|
|
Loading…
Reference in New Issue