diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-06 11:44:30 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-06 11:44:30 +0000 |
commit | 12bcfa09ee0f5658cf41195f357449ea0b9a68e3 (patch) | |
tree | 3dc74d7b1c26a59c3d40c881d1a01fb72279843e /package/Makefile | |
parent | 3c66953ce2cb0ee79ebef8e6ad6b724a9e809ea5 (diff) |
Added lrzsz, thanks to Mad Martin !
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2843 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index a7eb2ddaf5..ec8d517b6f 100644 --- a/package/Makefile +++ b/package/Makefile @@ -113,6 +113,7 @@ package-$(BR2_PACKAGE_LIBXML2) += libxml2 package-$(BR2_PACKAGE_LIBXSLT) += libxslt package-$(BR2_PACKAGE_LIGHTTPD) += lighttpd package-$(BR2_PACKAGE_LINUX_ATM) += linux-atm +package-$(BR2_PACKAGE_LRZSZ) += lrzsz package-$(BR2_COMPILE_LUA) += lua package-$(BR2_PACKAGE_MACCHANGER) += macchanger package-$(BR2_PACKAGE_MADPLAY) += madplay |