Modify ↓
Opened 12 years ago
Closed 12 years ago
#70 closed defect (fixed)
openwrt/deliver/kernel-headers: make kernel_headers fails ( architecture name mismatch )
Reported by: | amain | Owned by: | amain |
---|---|---|---|
Priority: | major | Milestone: | milestone: |
Component: | openwrt | Version: | 2.0 |
Severity: | Keywords: | ||
Cc: |
Description
Kernel headers can't be delivered for mipsel.
amain@amain-laptop$ make headers_install ARCH=mipsel INSTALL_HDR_PATH=/home/amain/dev/debwrt/extra/bcm947xx/bin/brcm47xx-angel-2.0-1-default/openwrt/headers/usr/src/linux-headers-2.6.36.2 Makefile:544: /home/amain/dev/debwrt/extra/bcm947xx/build/openwrt-brcm47xx-Broadcom-b43-trunk-default/build_dir/linux-brcm47xx/linux-2.6.36.2/arch/mipsel/Makefile: No such file or directory make: *** No rule to make target `/home/amain/dev/debwrt/extra/bcm947xx/build/openwrt-brcm47xx-Broadcom-b43-trunk-default/build_dir/linux-brcm47xx/linux-2.6.36.2/arch/mipsel/Makefile'. Stop.
Attachments (0)
Change History (1)
comment:1 Changed 12 years ago by amain
- Resolution set to fixed
- Status changed from new to closed
- Summary changed from openwrt/deliver/kernel-headers: architecture name mismatch to openwrt/deliver/kernel-headers: make kernel_headers fails ( architecture name mismatch )
Note: See
TracTickets for help on using
tickets.
cause: linux knows only about MIPS and not about MIPSEL. Applied workaround fix for this. Should also do the trick for ARM and ARMEL. However, there can be more issues for other architectures. If so, please reopen and have to look for a better solution.
fixed in rev #153