diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2018-09-27 03:39:12 +0000 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2018-09-28 12:03:20 +0800 |
commit | e38c1006123f54039294348dda51febaa72a3e49 (patch) | |
tree | f29c756c70e336b4d51394c203b90f496de864f2 /lang/jamvm | |
parent | 099d045c7cfc35303a0e40b33a73bf0d122fcffb (diff) |
treewide: remove obsolete references to avr32
This is a long overdue followup commit to openwrt/openwrt@5d9eeab
("build: remove obsolete references to cris and avr32")
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'lang/jamvm')
-rw-r--r-- | lang/jamvm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/jamvm/Makefile b/lang/jamvm/Makefile index e074cb3c4..b6e863d52 100644 --- a/lang/jamvm/Makefile +++ b/lang/jamvm/Makefile @@ -30,7 +30,7 @@ define Package/jamvm CATEGORY:=Languages TITLE:=A compact Java Virtual Machine URL:=http://sourceforge.net/projects/jamvm - DEPENDS:=+zlib +libpthread +librt +classpath @!avr32 + DEPENDS:=+zlib +libpthread +librt +classpath endef define Package/jamvm/description |