diff options
Diffstat (limited to 'package/wpa_supplicant/Makefile')
-rw-r--r-- | package/wpa_supplicant/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/wpa_supplicant/Makefile b/package/wpa_supplicant/Makefile index 9d12820b7..ddc2901ad 100644 --- a/package/wpa_supplicant/Makefile +++ b/package/wpa_supplicant/Makefile @@ -15,7 +15,7 @@ WRKSRC= ${WRKDIST}/${PKG_NAME} include ${TOPDIR}/mk/package.mk -$(eval $(call PKG_template,WPA_SUPPLICANT,wpa-supplicant,${PKG_VERSION}-${PKG_RELEASE},${ARCH})) +$(eval $(call PKG_template,WPA_SUPPLICANT,wpa-supplicant,${PKG_VERSION}-${PKG_RELEASE})) BUILD_STYLE:= auto MAKE_FLAGS+= CPPFLAGS='${TCPPFLAGS}' \ |