diff options
author | John Crispin <blogic@openwrt.org> | 2011-02-01 21:38:07 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2011-02-01 21:38:07 +0000 |
commit | dafef5a4f91473021f2a64805bcf8a966d4cbf9d (patch) | |
tree | a4324fa0af6620ea3eca5d20ff48fa1e4b1f8468 /package/uboot-ifxmips/patches/001-portability.patch | |
parent | 6e4ae864800fb754be7bdb180deb04ca31588c92 (diff) | |
download | upstream-dafef5a4f91473021f2a64805bcf8a966d4cbf9d.tar.gz upstream-dafef5a4f91473021f2a64805bcf8a966d4cbf9d.tar.bz2 upstream-dafef5a4f91473021f2a64805bcf8a966d4cbf9d.zip |
drop uboot-ifxmips, use uboot-lantiq instead
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25294 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/uboot-ifxmips/patches/001-portability.patch')
-rw-r--r-- | package/uboot-ifxmips/patches/001-portability.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/package/uboot-ifxmips/patches/001-portability.patch b/package/uboot-ifxmips/patches/001-portability.patch deleted file mode 100644 index 02af987a41..0000000000 --- a/package/uboot-ifxmips/patches/001-portability.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- a/Makefile -+++ b/Makefile -@@ -275,10 +275,10 @@ $(U_BOOT_NAND): $(NAND_SPL) $(obj)u-boot - cat nand_spl/u-boot-spl-16k.bin $(obj)u-boot.bin > $(obj)u-boot-nand.bin - - version: -- @echo -n "#define U_BOOT_VERSION \"U-Boot " > $(VERSION_FILE); \ -- echo -n "$(U_BOOT_VERSION)" >> $(VERSION_FILE); \ -- echo -n $(shell $(CONFIG_SHELL) $(TOPDIR)/tools/setlocalversion \ -- $(TOPDIR)) >> $(VERSION_FILE); \ -+ @printf "#define U_BOOT_VERSION \"U-Boot " > $(VERSION_FILE); \ -+ printf "$(U_BOOT_VERSION)" >> $(VERSION_FILE); \ -+ printf "$(shell $(CONFIG_SHELL) $(TOPDIR)/tools/setlocalversion \ -+ $(TOPDIR))" >> $(VERSION_FILE); \ - echo "\"" >> $(VERSION_FILE) - - gdbtools: -@@ -1593,10 +1593,10 @@ MPC8540EVAL_66_slave_config: unconf - @mkdir -p $(obj)include - @echo "" >$(obj)include/config.h ; \ - if [ "$(findstring _33_,$@)" ] ; then \ -- echo -n "... 33 MHz PCI" ; \ -+ printf "... 33 MHz PCI" ; \ - else \ - echo "#define CONFIG_SYSCLK_66M" >>$(obj)include/config.h ; \ -- echo -n "... 66 MHz PCI" ; \ -+ printf "... 66 MHz PCI" ; \ - fi ; \ - if [ "$(findstring _slave_,$@)" ] ; then \ - echo "#define CONFIG_PCI_SLAVE" >>$(obj)include/config.h ; \ |