diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-10 21:01:34 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-10 21:01:34 +0000 |
commit | 5da9c9ebcaa8d2c8c42a7ff8287950dccd42aed2 (patch) | |
tree | 62a436193f9bdcfe070a7db9e7c181ee91e4eb0a /openwrt/package/Makefile | |
parent | 3750c44c0ee03d7d514ec359c7c77ed5b9d966eb (diff) |
Add cgilib package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1600 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 fe6551c65..008b4bf55 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -15,6 +15,7 @@ package-$(BR2_PACKAGE_BLUEZ_UTILS) += bluez-utils package-$(BR2_PACKAGE_BRIDGE) += bridge package-$(BR2_PACKAGE_BUSYBOX) += busybox package-$(BR2_PACKAGE_BWM) += bwm +package-$(BR2_PACKAGE_CGILIB) += cgilib package-$(BR2_PACKAGE_CHILLISPOT) += chillispot package-$(BR2_PACKAGE_CIFSMOUNT) += cifsmount package-$(BR2_PACKAGE_CUPS) += cups |