summaryrefslogtreecommitdiff
path: root/openwrt/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
commit6d94ca5199e22c41632e14feccfba4307e2c7fcf (patch)
tree29dda986ddd7b1135cd4f14b5f8649d863e6e967 /openwrt/package
parent7574fba65458e69f8d1f83a6be0cd3eb16ca1497 (diff)
downloadmtk-20170518-6d94ca5199e22c41632e14feccfba4307e2c7fcf.zip
mtk-20170518-6d94ca5199e22c41632e14feccfba4307e2c7fcf.tar.gz
mtk-20170518-6d94ca5199e22c41632e14feccfba4307e2c7fcf.tar.bz2
Enable fuse and shfs packages
SVN-Revision: 595
Diffstat (limited to 'openwrt/package')
-rw-r--r--openwrt/package/Config.in2
-rw-r--r--openwrt/package/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/openwrt/package/Config.in b/openwrt/package/Config.in
index 7a04669..8f73369 100644
--- a/openwrt/package/Config.in
+++ b/openwrt/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/openwrt/package/Makefile b/openwrt/package/Makefile
index 2db3370..98d4286 100644
--- a/openwrt/package/Makefile
+++ b/openwrt/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