diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-08 17:33:29 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-08 17:33:29 +0000 |
commit | 6ceb7617a76b7dbe0fd23a63aeb6bdac4e37ee88 (patch) | |
tree | aa5f5aa90c9aa9445f4277b6e78ffa3cee6572b2 /openwrt/package/Makefile | |
parent | bde33e943ae78819e275d96926d0c0034f9c45fc (diff) |
add libgsm and gsm-utils packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2601 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 38e1752c6..a9df886d9 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -51,6 +51,7 @@ package-$(BR2_PACKAGE_GMEDIASERVER) += gmediaserver package-$(BR2_COMPILE_GMP) += gmp package-$(BR2_COMPILE_GNUTLS) += gnutls package-$(BR2_PACKAGE_GPSD) += gpsd +package-$(BR2_COMPILE_GSM) += gsm package-$(BR2_PACKAGE_HASERL) += haserl package-$(BR2_PACKAGE_HOSTAP_UTILS) += hostap-utils package-$(BR2_PACKAGE_HOSTAPD) += hostapd |