From 43d565e7a739348f4620e4df4b59eb12fb0dc4c9 Mon Sep 17 00:00:00 2001 From: Luigi Rizzo Date: Mon, 6 Oct 2014 09:55:16 -0700 Subject: [PATCH] add library dependencies for the userspace library --- Makefile.openwrt | 1 + 1 file changed, 1 insertion(+) 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 -- 2.43.0