1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-06 03:01:18 +02:00

Enable fuse and shfs packages

SVN-Revision: 595
This commit is contained in:
Nicolas Thill 2005-04-09 02:33:36 +00:00
parent 7574fba654
commit 6d94ca5199
2 changed files with 4 additions and 0 deletions

@ -45,6 +45,7 @@ source "package/bwm/Config.in"
source "package/ntpclient/Config.in"
source "package/radvd/Config.in"
source "package/openswan/Config.in"
source "package/shfs/Config.in"
comment "Libraries"
source "package/zlib/Config.in"
@ -61,6 +62,7 @@ source "package/popt/Config.in"
source "package/libnet/Config.in"
source "package/mysql/Config.in"
source "package/postgresql/Config.in"
source "package/fuse/Config.in"
endmenu

@ -17,6 +17,7 @@ package-$(BR2_PACKAGE_DNSMASQ) += dnsmasq
package-$(BR2_PACKAGE_EBTABLES) += ebtables
package-$(BR2_PACKAGE_EZIPUPDATE) += ez-ipupdate
package-$(BR2_PACKAGE_FPING) += fping
package-$(BR2_PACKAGE_FUSE) += fuse
package-$(BR2_PACKAGE_GLIB) += glib
package-$(BR2_PACKAGE_GMP) += gmp
package-$(BR2_PACKAGE_HASERL) += haserl
@ -45,6 +46,7 @@ package-$(BR2_PACKAGE_QUAGGA) += quagga
package-$(BR2_PACKAGE_RADVD) += radvd
package-$(BR2_PACKAGE_SER) += ser
package-$(BR2_PACKAGE_SETSERIAL) += setserial
package-$(BR2_PACKAGE_SHFS) += shfs
package-$(BR2_PACKAGE_STRACE) += strace
package-$(BR2_PACKAGE_TCPDUMP) += tcpdump
package-$(BR2_PACKAGE_WIRELESS_TOOLS) += wireless-tools