diff options
Diffstat (limited to 'package/iptables-snmp/Makefile')
-rw-r--r-- | package/iptables-snmp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/iptables-snmp/Makefile b/package/iptables-snmp/Makefile index 8554a22da..c771132e2 100644 --- a/package/iptables-snmp/Makefile +++ b/package/iptables-snmp/Makefile @@ -15,7 +15,7 @@ PKG_SITES:= http://www.nobiscuit.com/iptables-snmp/ DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz -PKG_LIBC_DEPENDS:= uclibc glibc +PKG_LIBC_DEPENDS:= uclibc-ng glibc include $(ADK_TOPDIR)/mk/package.mk |