diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-13 03:36:39 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-13 03:36:39 +0000 |
commit | b7c7e8ce55fced3e34143e03090c42a2f47d88c6 (patch) | |
tree | 787a644c0436d99884c24104e8e18fe213b8a132 /openwrt/package/Makefile | |
parent | 1cf63f4ac31904b63cf6fb5606a16813b6a52ff2 (diff) | |
download | mtk-20170518-b7c7e8ce55fced3e34143e03090c42a2f47d88c6.zip mtk-20170518-b7c7e8ce55fced3e34143e03090c42a2f47d88c6.tar.gz mtk-20170518-b7c7e8ce55fced3e34143e03090c42a2f47d88c6.tar.bz2 |
Convert gmp to new packaging style
SVN-Revision: 870
Diffstat (limited to 'openwrt/package/Makefile')
-rw-r--r-- | openwrt/package/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 2ae53d5..c4314a0 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -21,7 +21,6 @@ package-$(BR2_PACKAGE_FPING) += fping package-$(BR2_PACKAGE_FPROBE) += fprobe package-$(BR2_PACKAGE_FUSE) += fuse package-$(BR2_PACKAGE_GLIB1) += glib -package-$(BR2_PACKAGE_GMP) += gmp package-$(BR2_PACKAGE_HASERL) += haserl package-$(BR2_PACKAGE_IPKG) += ipkg package-$(BR2_PACKAGE_IPTABLES) += iptables @@ -30,6 +29,7 @@ package-$(BR2_PACKAGE_KISMET) += kismet package-$(BR2_PACKAGE_L2TPD) += l2tpd package-$(BR2_PACKAGE_LCD4LINUX) += lcd4linux package-$(BR2_PACKAGE_LIBELF) += libelf +package-$(BR2_PACKAGE_LIBGMP) += gmp package-$(BR2_PACKAGE_LIBPTHREAD) += libpthread package-$(BR2_PACKAGE_LIBUSB) += libusb package-$(BR2_PACKAGE_LZO) += lzo |