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 | 48f996fc41d2f5c8f8ece293f95563c3ba692610 (patch) | |
tree | 534078523ca3863ab2b7f523d352cce844201e84 /package/Makefile | |
parent | a26e387f5284dde482214eade699d3d64376eca9 (diff) | |
download | upstream-48f996fc41d2f5c8f8ece293f95563c3ba692610.tar.gz upstream-48f996fc41d2f5c8f8ece293f95563c3ba692610.tar.bz2 upstream-48f996fc41d2f5c8f8ece293f95563c3ba692610.zip |
Convert gmp to new packaging style
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@870 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/Makefile b/package/Makefile index 2ae53d54b1..c4314a08c8 100644 --- a/package/Makefile +++ b/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 |