diff options
| author | Florian Fainelli <florian@openwrt.org> | 2006-03-03 15:49:38 +0000 |
|---|---|---|
| committer | Florian Fainelli <florian@openwrt.org> | 2006-03-03 15:49:38 +0000 |
| commit | 7e89111063dfcba91050d7501c29c5b2d56d789a (patch) | |
| tree | 0b4619fe8097275aec50ec09db4f2e453e314f91 /openwrt/package/Makefile | |
| parent | dc556de9d5a375c1686d44805f74455e165b7a7c (diff) | |
| download | mtk-20170518-7e89111063dfcba91050d7501c29c5b2d56d789a.zip mtk-20170518-7e89111063dfcba91050d7501c29c5b2d56d789a.tar.gz mtk-20170518-7e89111063dfcba91050d7501c29c5b2d56d789a.tar.bz2 | |
Added jamvm, a lightweitght java virtual machine, thanks to Markus Suvern
SVN-Revision: 3303
Diffstat (limited to 'openwrt/package/Makefile')
| -rw-r--r-- | openwrt/package/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 42c6f50..26de49d 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -79,6 +79,7 @@ package-$(BR2_COMPILE_IPTABLES) += iptables package-$(BR2_PACKAGE_IPTABLES_SNMP) += iptables-snmp package-$(BR2_PACKAGE_IPTRAF) += iptraf package-$(BR2_PACKAGE_IRSSI) += irssi +package-$(BR2_PACKAGE_JAMVM) += jamvm package-$(BR2_COMPILE_JPEG) += jpeg package-$(BR2_COMPILE_KISMET) += kismet package-$(BR2_COMPILE_KNOCK) += knock @@ -301,6 +302,7 @@ irssi-compile: glib-compile ncurses-compile iperf-compile: uclibc++-compile iptables-snmp-compile: net-snmp-compile iptraf-compile: ncurses-compile +jamvm-compile: libffi-sable-compile hostapd-compile: openssl-compile wireless-tools-compile httping-compile: openssl-compile kismet-compile: uclibc++-compile libpcap-compile ncurses-compile |
