diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-01-06 11:44:30 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-01-06 11:44:30 +0000 |
commit | d3a7405d4e9f0dfb92f53c0b3ace1b2b05364fa3 (patch) | |
tree | 3dc74d7b1c26a59c3d40c881d1a01fb72279843e /package/Makefile | |
parent | 72fe7fb90b4d499756247ae9faeb2e0950f60463 (diff) | |
download | upstream-d3a7405d4e9f0dfb92f53c0b3ace1b2b05364fa3.tar.gz upstream-d3a7405d4e9f0dfb92f53c0b3ace1b2b05364fa3.tar.bz2 upstream-d3a7405d4e9f0dfb92f53c0b3ace1b2b05364fa3.zip |
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 |