aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-04-09 02:33:36 +0000
committerNicolas Thill <nico@openwrt.org>2005-04-09 02:33:36 +0000
commitbd52fca8edcd4a0dbc3dde95442cb2ef79c6b052 (patch)
treee69d349c5b5f0c0eac14696e12e73d12ae303504 /package
parent6b62c9b211655c184064e28f19b8315cc6ee4233 (diff)
downloadmaster-187ad058-bd52fca8edcd4a0dbc3dde95442cb2ef79c6b052.tar.gz
master-187ad058-bd52fca8edcd4a0dbc3dde95442cb2ef79c6b052.tar.bz2
master-187ad058-bd52fca8edcd4a0dbc3dde95442cb2ef79c6b052.zip
Enable fuse and shfs packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@595 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/Config.in2
-rw-r--r--package/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/package/Config.in b/package/Config.in
index 7a04669c6f..8f73369da9 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -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
diff --git a/package/Makefile b/package/Makefile
index 2db33703b2..98d42860c4 100644
--- a/package/Makefile
+++ b/package/Makefile
@@ -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