diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2005-09-10 16:57:20 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2005-09-10 16:57:20 +0000 |
commit | cce178857148137e3ef8b2d188b7dda1e989c4d0 (patch) | |
tree | c40f182ac225c0cb81021d1b752cf67ae6f886ab /package/Makefile | |
parent | 7995ee3af06028d677f614cc251d136562272ddb (diff) | |
download | upstream-cce178857148137e3ef8b2d188b7dda1e989c4d0.tar.gz upstream-cce178857148137e3ef8b2d188b7dda1e989c4d0.tar.bz2 upstream-cce178857148137e3ef8b2d188b7dda1e989c4d0.zip |
fix the broken build for brcm 2.4, idea from nbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1887 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index cdc592bdde..86a84a4755 100644 --- a/package/Makefile +++ b/package/Makefile @@ -372,6 +372,7 @@ $(STAMP_DIR): TARGET_DIR="$(TARGET_DIR)" \ IPKG_CONF="$(IPKG_CONF)" \ BOARD="$(BOARD)" \ + KERNEL="$(KERNEL)" \ install %-rebuild: |