diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-03 00:20:48 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-03 00:20:48 +0000 |
commit | 055287a05b2f87987cf94247027885474e94b231 (patch) | |
tree | 13f232982ae3a01ca62eba5ad39e81b18fac961e /package/Makefile | |
parent | fc3037d051e0a0c885635055a55f4d73ef717b2c (diff) |
add glib
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@535 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index 429741d39d..63b3cb11e1 100644 --- a/package/Makefile +++ b/package/Makefile @@ -13,6 +13,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_GLIB) += glib package-$(BR2_PACKAGE_GMP) += gmp package-$(BR2_PACKAGE_HASERL) += haserl package-$(BR2_PACKAGE_IPTABLES) += iptables |