[openwrt] add sha1sum and patch busybox commands to the build
This commit is contained in:
parent
b3f324dd2e
commit
90f4f8be8c
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# OpenWrt version: Backfire (r24714)
|
||||
# Fri Mar 4 23:05:43 2011
|
||||
# OpenWrt version: Backfire (r25989)
|
||||
# Mon Mar 21 20:55:12 2011
|
||||
#
|
||||
CONFIG_HAVE_DOT_CONFIG=y
|
||||
# CONFIG_TARGET_ppc40x is not set
|
||||
|
@ -224,6 +224,7 @@ CONFIG_TARGET_ROOTFS_SQUASHFS=y
|
|||
#
|
||||
# CONFIG_DISPLAY_SUPPORT is not set
|
||||
CONFIG_BUILD_PATENTED=y
|
||||
# CONFIG_BUILD_NLS is not set
|
||||
CONFIG_LARGEFILE=y
|
||||
CONFIG_SHADOW_PASSWORDS=y
|
||||
# CONFIG_CLEAN_IPKG is not set
|
||||
|
@ -519,7 +520,7 @@ CONFIG_BUSYBOX_CONFIG_RM=y
|
|||
CONFIG_BUSYBOX_CONFIG_RMDIR=y
|
||||
# CONFIG_BUSYBOX_CONFIG_FEATURE_RMDIR_LONG_OPTIONS is not set
|
||||
CONFIG_BUSYBOX_CONFIG_SEQ=y
|
||||
# CONFIG_BUSYBOX_CONFIG_SHA1SUM is not set
|
||||
CONFIG_BUSYBOX_CONFIG_SHA1SUM=y
|
||||
# CONFIG_BUSYBOX_CONFIG_SHA256SUM is not set
|
||||
# CONFIG_BUSYBOX_CONFIG_SHA512SUM is not set
|
||||
CONFIG_BUSYBOX_CONFIG_SLEEP=y
|
||||
|
@ -614,11 +615,11 @@ CONFIG_BUSYBOX_CONFIG_AWK=y
|
|||
CONFIG_BUSYBOX_CONFIG_FEATURE_AWK_LIBM=y
|
||||
# CONFIG_BUSYBOX_CONFIG_CMP is not set
|
||||
CONFIG_BUSYBOX_CONFIG_DIFF=y
|
||||
# CONFIG_BUSYBOX_CONFIG_FEATURE_DIFF_BINARY is not set
|
||||
CONFIG_BUSYBOX_CONFIG_FEATURE_DIFF_BINARY=y
|
||||
# CONFIG_BUSYBOX_CONFIG_FEATURE_DIFF_DIR is not set
|
||||
# CONFIG_BUSYBOX_CONFIG_FEATURE_DIFF_MINIMAL is not set
|
||||
# CONFIG_BUSYBOX_CONFIG_ED is not set
|
||||
# CONFIG_BUSYBOX_CONFIG_PATCH is not set
|
||||
CONFIG_BUSYBOX_CONFIG_PATCH=y
|
||||
CONFIG_BUSYBOX_CONFIG_SED=y
|
||||
CONFIG_BUSYBOX_CONFIG_VI=y
|
||||
CONFIG_BUSYBOX_CONFIG_FEATURE_VI_MAX_LEN=1024
|
||||
|
@ -1073,11 +1074,13 @@ CONFIG_PACKAGE_wireless-tools=y
|
|||
CONFIG_PACKAGE_libcyassl=y
|
||||
# CONFIG_PACKAGE_libopenssl is not set
|
||||
CONFIG_PACKAGE_libavahi=y
|
||||
# CONFIG_PACKAGE_libblobmsg-json is not set
|
||||
CONFIG_PACKAGE_libdaemon=y
|
||||
CONFIG_PACKAGE_libexpat=y
|
||||
CONFIG_PACKAGE_libgdbm=y
|
||||
CONFIG_PACKAGE_libiptc=y
|
||||
# CONFIG_PACKAGE_libiw is not set
|
||||
# CONFIG_PACKAGE_libjson is not set
|
||||
# CONFIG_PACKAGE_libltdl is not set
|
||||
CONFIG_PACKAGE_liblua=y
|
||||
CONFIG_PACKAGE_libncurses=y
|
||||
|
@ -1086,6 +1089,7 @@ CONFIG_PACKAGE_libnl-tiny=y
|
|||
# CONFIG_PACKAGE_libpcap is not set
|
||||
# CONFIG_PACKAGE_libreadline is not set
|
||||
CONFIG_PACKAGE_librrd1=y
|
||||
# CONFIG_PACKAGE_libubox is not set
|
||||
CONFIG_PACKAGE_libuci=y
|
||||
CONFIG_PACKAGE_libuci-lua=y
|
||||
CONFIG_PACKAGE_libxtables=y
|
||||
|
@ -1118,6 +1122,7 @@ CONFIG_PACKAGE_iptables-mod-conntrack=y
|
|||
# CONFIG_PACKAGE_iptables-mod-conntrack-extra is not set
|
||||
# CONFIG_PACKAGE_iptables-mod-extra is not set
|
||||
# CONFIG_PACKAGE_iptables-mod-filter is not set
|
||||
# CONFIG_PACKAGE_iptables-mod-hashlimit is not set
|
||||
# CONFIG_PACKAGE_iptables-mod-imq is not set
|
||||
# CONFIG_PACKAGE_iptables-mod-ipopt is not set
|
||||
# CONFIG_PACKAGE_iptables-mod-iprange is not set
|
||||
|
@ -1136,6 +1141,7 @@ CONFIG_PACKAGE_ppp-mod-pppoe=y
|
|||
# CONFIG_PACKAGE_pppdump is not set
|
||||
# CONFIG_PACKAGE_pppstats is not set
|
||||
CONFIG_PACKAGE_pptp=y
|
||||
# CONFIG_PACKAGE_relayd is not set
|
||||
# CONFIG_PACKAGE_tc is not set
|
||||
CONFIG_PACKAGE_uhttpd=y
|
||||
CONFIG_PACKAGE_uhttpd-mod-lua=y
|
||||
|
@ -1354,6 +1360,7 @@ CONFIG_PACKAGE_kmod-ipt-conntrack=y
|
|||
# CONFIG_PACKAGE_kmod-ipt-conntrack-extra is not set
|
||||
# CONFIG_PACKAGE_kmod-ipt-extra is not set
|
||||
# CONFIG_PACKAGE_kmod-ipt-filter is not set
|
||||
# CONFIG_PACKAGE_kmod-ipt-hashlimit is not set
|
||||
# CONFIG_PACKAGE_kmod-ipt-imq is not set
|
||||
# CONFIG_PACKAGE_kmod-ipt-ipopt is not set
|
||||
# CONFIG_PACKAGE_kmod-ipt-iprange is not set
|
||||
|
@ -1377,6 +1384,7 @@ CONFIG_PACKAGE_kmod-ipt-nathelper=y
|
|||
# CONFIG_PACKAGE_kmod-e1000 is not set
|
||||
# CONFIG_PACKAGE_kmod-gigaset is not set
|
||||
# CONFIG_PACKAGE_kmod-hfcmulti is not set
|
||||
# CONFIG_PACKAGE_kmod-ifb is not set
|
||||
# CONFIG_PACKAGE_kmod-libphy is not set
|
||||
# CONFIG_PACKAGE_kmod-macvlan is not set
|
||||
# CONFIG_PACKAGE_kmod-siit is not set
|
||||
|
|
Loading…
Reference in New Issue