mirror of
https://git.openwrt.org/openwrt/openwrt.git/
synced 2025-10-06 03:12:40 +02:00
Added rule for objdump Added support for AT91 SD-Card in primary bootloader (romboot)
SVN-Revision: 6638
This commit is contained in:
3
rules.mk
3
rules.mk
@@ -83,7 +83,8 @@ TARGET_CONFIGURE_OPTS:= \
|
||||
CXX=$(TARGET_CROSS)g++ \
|
||||
RANLIB=$(TARGET_CROSS)ranlib \
|
||||
STRIP=$(TARGET_CROSS)strip \
|
||||
OBJCOPY=$(TARGET_CROSS)objcopy
|
||||
OBJCOPY=$(TARGET_CROSS)objcopy \
|
||||
OBJDUMP=$(TARGET_CROSS)objdump
|
||||
|
||||
# strip an entire directory
|
||||
RSTRIP:= \
|
||||
|
1822
target/linux/at91-2.6/image/romboot/patches/002-Add-SD-Card.patch
Normal file
1822
target/linux/at91-2.6/image/romboot/patches/002-Add-SD-Card.patch
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user