aboutsummaryrefslogtreecommitdiffstats
path: root/package/system/mountd/patches/060-link_libubox.patch
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-10-02 10:48:48 +0000
committerJohn Crispin <blogic@openwrt.org>2015-10-02 10:48:48 +0000
commitb52b1fc3a3846e07dd7034c0b61ed2bf14942228 (patch)
tree66d8d88d3ebd4c76fb48d50724e684a521b95b03 /package/system/mountd/patches/060-link_libubox.patch
parent9858c87014eb8a73e93577cbe715a18d355ca01e (diff)
downloadupstream-b52b1fc3a3846e07dd7034c0b61ed2bf14942228.tar.gz
upstream-b52b1fc3a3846e07dd7034c0b61ed2bf14942228.tar.bz2
upstream-b52b1fc3a3846e07dd7034c0b61ed2bf14942228.zip
mountd: move code to a git repo
Signed-off-by: John Crispin <blogic@openwrt.org> Backport of r46935 git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@47082 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/system/mountd/patches/060-link_libubox.patch')
-rw-r--r--package/system/mountd/patches/060-link_libubox.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/system/mountd/patches/060-link_libubox.patch b/package/system/mountd/patches/060-link_libubox.patch
deleted file mode 100644
index 39acc1c568..0000000000
--- a/package/system/mountd/patches/060-link_libubox.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/Makefile
-+++ b/Makefile
-@@ -2,7 +2,7 @@ PROG=mountd
- OBJS=main.o lib/log.o lib/sys.o lib/autofs.o lib/mount.o lib/timer.o lib/signal.o lib/ucix.o lib/led.o lib/fs.o lib/ucix.o
-
- LDFLAGS?=
--LDFLAGS+=-ldl -luci
-+LDFLAGS+=-ldl -luci -lubox
-
- CFLAGS?=
- CFLAGS+= -Wall