1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-20 16:13:14 +03:00

Enable fuse and shfs packages

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@595 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2005-04-09 02:33:36 +00:00
parent 26a44574c6
commit 64cf838fc2
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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