diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-03-07 13:18:35 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-03-07 13:18:35 +0000 |
commit | 7b28399e39c81f66463947d5830cff9539d0f2bd (patch) | |
tree | ff084dec9cf7152009902d4edf430f1c6bda797b /openwrt/package/Makefile | |
parent | 1b22642f292f8a284c0fd51be31379879edf199e (diff) | |
download | mtk-20170518-7b28399e39c81f66463947d5830cff9539d0f2bd.zip mtk-20170518-7b28399e39c81f66463947d5830cff9539d0f2bd.tar.gz mtk-20170518-7b28399e39c81f66463947d5830cff9539d0f2bd.tar.bz2 |
add microperl
SVN-Revision: 332
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 afdf6af..eb0fe47 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -18,6 +18,7 @@ package-$(BR2_PACKAGE_OPENVPN) += openvpn package-$(BR2_PACKAGE_POPT) += popt package-$(BR2_PACKAGE_PPTPD) += pptpd package-$(BR2_PACKAGE_IPROUTE2) += iproute2 +package-$(BR2_PACKAGE_MICROPERL) += microperl all: compile install clean: $(patsubst %,%-clean,$(package-) $(package-y) $(package-m)) linux-clean |