From: Luigi Rizzo Date: Mon, 6 Oct 2014 16:55:16 +0000 (-0700) Subject: add library dependencies for the userspace library X-Git-Url: http://git.onelab.eu/?p=ipfw-google.git;a=commitdiff_plain;h=43d565e7a739348f4620e4df4b59eb12fb0dc4c9 add library dependencies for the userspace library --- diff --git a/Makefile.openwrt b/Makefile.openwrt index 5ccb268..a1d62e5 100644 --- a/Makefile.openwrt +++ b/Makefile.openwrt @@ -96,6 +96,7 @@ define Package/ipfw3-userland CATEGORY:=Utilities TITLE := /sbin/ipfw DESCRIPTION := This is the control program for ipfw and dummynet + DEPENDS := +libc +libgcc endef define Package/ipfw3-userland/install