mac80211: implement wds sta support (wds ap support work in progress, needs hostapd...
[openwrt.git] / include / package-defaults.mk
index 2cfce7a..2b5cb86 100644 (file)
@@ -23,7 +23,11 @@ define Package/Default
   else
     VERSION:=$(PKG_RELEASE)
   endif
-  PKGARCH:=$(BOARD)
+  ifneq ($(CONFIG_TARGET_adm5120),y)
+    PKGARCH:=$(BOARD)
+  else
+    PKGARCH:=$(BOARD)_$(ARCH)
+  endif
   PRIORITY:=optional
   DEFAULT:=
   MENU:=
This page took 0.021778 seconds and 4 git commands to generate.