diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-02 15:22:50 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-02 15:22:50 +0100 |
commit | 00fa581bc6acc3158b3008019e81802a5d70418c (patch) | |
tree | fe587a68ec56ecdafcaf4c394855b41158eba525 /package/kmod | |
parent | 4210ea9c8f69095fa0efaf5247f6c12925dcb4f0 (diff) |
remove REAL_GNU_TARGET_NAME, it is a relict from buildroot days, I do not know why this is required. the names are not unique between arch with different abi
Diffstat (limited to 'package/kmod')
-rw-r--r-- | package/kmod/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kmod/Makefile b/package/kmod/Makefile index 944f47599..e02addded 100644 --- a/package/kmod/Makefile +++ b/package/kmod/Makefile @@ -20,7 +20,7 @@ include $(TOPDIR)/mk/package.mk $(eval $(call PKG_template,KMOD,kmod,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS})) CONFIG_STYLE:= minimal -CONFIGURE_ARGS+= --host=${REAL_GNU_TARGET_NAME} +CONFIGURE_ARGS+= --host=${GNU_TARGET_NAME} kmod-install: $(INSTALL_DIR) $(IDIR_KMOD)/usr/bin |