diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-13 22:20:56 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-13 22:20:56 +0100 |
commit | b32b419d4941c36343a54986272b9f20041f1fa7 (patch) | |
tree | b62e5c0a3f18feac8aa24b91a109703cdbe4d534 /package/ipset | |
parent | cc082c34a95681eaea904cb1cb5d4f1dc9f2ca49 (diff) |
fix ag241 compile. add target dependent package selections.
Diffstat (limited to 'package/ipset')
-rw-r--r-- | package/ipset/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ipset/Makefile b/package/ipset/Makefile index 497445405..d41c12d1e 100644 --- a/package/ipset/Makefile +++ b/package/ipset/Makefile @@ -28,7 +28,7 @@ INSTALL_TARGET:= binaries_install pre-build: V=1 ARCH=${ARCH} KERNEL_DIR=${LINUX_DIR} \ PREFIX=/usr CROSS_COMPILE="${TARGET_CROSS}" \ - LD=$(TARGET_CROSS)gcc \ + LD=$(TARGET_CROSS)gcc LDFLAGS="" \ $(MAKE) -C ${WRKBUILD} modules post-install: |