diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-30 19:28:10 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-30 19:28:10 +0000 |
commit | c419e2f1325ba913b556e1f4f9f3ab5d048f27a5 (patch) | |
tree | d6a99c034c35a42b1a21db058652616ff6904e32 /openwrt/package/Makefile | |
parent | f1c4d874704825e73e01205d116c94a7db07fe19 (diff) |
copy ipkg shell script to scripts/, change the reference in rules.mk and add the c version of ipkg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@769 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 6fdf929846..d071397be4 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -22,6 +22,7 @@ package-$(BR2_PACKAGE_FUSE) += fuse package-$(BR2_PACKAGE_GLIB) += glib package-$(BR2_PACKAGE_GMP) += gmp package-$(BR2_PACKAGE_HASERL) += haserl +package-$(BR2_PACKAGE_IPKG) += ipkg package-$(BR2_PACKAGE_IPTABLES) += iptables package-$(BR2_PACKAGE_IPROUTE2) += iproute2 package-$(BR2_PACKAGE_KISMET) += kismet |