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 | 71220eb22eb2b2091321aa861d80188c4c082a5f (patch) | |
tree | 49f50f7333a5fb43d9fee8ef5fb98a63257fb802 /openwrt/package/Makefile | |
parent | 7f59a28dde85879066556c1fb6fbf50d20db138f (diff) |
Added lrzsz, thanks to Mad Martin !
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2843 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 a7eb2ddaf5..ec8d517b6f 100644 --- a/openwrt/package/Makefile +++ b/openwrt/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 |