diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-04-03 00:20:48 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-04-03 00:20:48 +0000 |
commit | f7b8c69ccf8b26fdcbb8bd5a97c213773c17957b (patch) | |
tree | 0e6207e35d5cf02a1eb879049156e95de9bda5e6 /openwrt/package/Makefile | |
parent | fa466d4b23e4680e34793f313f5818f2105cb983 (diff) | |
download | mtk-20170518-f7b8c69ccf8b26fdcbb8bd5a97c213773c17957b.zip mtk-20170518-f7b8c69ccf8b26fdcbb8bd5a97c213773c17957b.tar.gz mtk-20170518-f7b8c69ccf8b26fdcbb8bd5a97c213773c17957b.tar.bz2 |
add glib
SVN-Revision: 535
Diffstat (limited to 'openwrt/package/Makefile')
-rw-r--r-- | openwrt/package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 429741d..63b3cb1 100644 --- a/openwrt/package/Makefile +++ b/openwrt/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 |