diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-02-27 23:48:32 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-02-27 23:48:32 +0000 |
commit | 48fa0c4ca1fdb92b9131c00a1676412a99eee023 (patch) | |
tree | 1eacc15c32d56d3c8db2f003b5d03f15839f9260 /target/linux/brcm63xx/patches-3.18 | |
parent | aa4d5abef003bad1eea90560ab8a5d507a349de0 (diff) | |
download | upstream-48fa0c4ca1fdb92b9131c00a1676412a99eee023.tar.gz upstream-48fa0c4ca1fdb92b9131c00a1676412a99eee023.tar.bz2 upstream-48fa0c4ca1fdb92b9131c00a1676412a99eee023.zip |
brcm63xx: fix image generation and broken patch
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44569 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/patches-3.18')
-rw-r--r-- | target/linux/brcm63xx/patches-3.18/513-MIPS-BCM63XX-add-inventel-Livebox-support.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/patches-3.18/513-MIPS-BCM63XX-add-inventel-Livebox-support.patch b/target/linux/brcm63xx/patches-3.18/513-MIPS-BCM63XX-add-inventel-Livebox-support.patch index 8a6d856515..3842f7b9ce 100644 --- a/target/linux/brcm63xx/patches-3.18/513-MIPS-BCM63XX-add-inventel-Livebox-support.patch +++ b/target/linux/brcm63xx/patches-3.18/513-MIPS-BCM63XX-add-inventel-Livebox-support.patch @@ -57,7 +57,7 @@ Subject: [PATCH] MIPS: BCM63XX: add inventel Livebox support #endif /* __BOARD_COMMON_H */ --- /dev/null +++ b/arch/mips/bcm63xx/boards/board_livebox.c -@@ -0,0 +1,214 @@ +@@ -0,0 +1,164 @@ +/* + * This file is subject to the terms and conditions of the GNU General Public + * License. See the file "COPYING" in the main directory of this archive |