summaryrefslogtreecommitdiff
path: root/openwrt/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2006-03-14 21:14:31 +0000
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2006-03-14 21:14:31 +0000
commita115d60db3d5bacee414e71c3db4a6245625a6ee (patch)
tree4b9778e5fd2ef45a3c601bce4dc9679088574ecf /openwrt/package
parent33bb94552af793a3b6c4f11fc56428a2fe6ecb65 (diff)
downloadmtk-20170518-a115d60db3d5bacee414e71c3db4a6245625a6ee.zip
mtk-20170518-a115d60db3d5bacee414e71c3db4a6245625a6ee.tar.gz
mtk-20170518-a115d60db3d5bacee414e71c3db4a6245625a6ee.tar.bz2
update to 1.2.3, do make distclean, before you try to build, wireless extension 18 are needed for 2.4 based systems
SVN-Revision: 3370
Diffstat (limited to 'openwrt/package')
-rw-r--r--openwrt/package/xsupplicant/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/openwrt/package/xsupplicant/Makefile b/openwrt/package/xsupplicant/Makefile
index 45663eb..40e78da 100644
--- a/openwrt/package/xsupplicant/Makefile
+++ b/openwrt/package/xsupplicant/Makefile
@@ -3,9 +3,9 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=xsupplicant
-PKG_VERSION:=1.2.2
+PKG_VERSION:=1.2.3
PKG_RELEASE:=1
-PKG_MD5SUM:=0e9aaf83a11f8eaff7c6564a53c25d8e
+PKG_MD5SUM:=x
PKG_SOURCE_URL:=@SF/open1x
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
@@ -26,7 +26,9 @@ $(PKG_BUILD_DIR)/.configured:
touch configure; \
$(TARGET_CONFIGURE_OPTS) \
CFLAGS="$(TARGET_CFLAGS)" \
- CPPFLAGS="-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include" \
+ CPPFLAGS="-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include \
+ -I$(PKG_BUILD_DIR)/lib/libxsupconfig/ \
+ -I$(STAGING_DIR)/usr/include/madwifi" \
LDFLAGS="-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib" \
./configure \
--target=$(GNU_TARGET_NAME) \