uboot-ar71xx: switch to using u-boot.mk
authorFelix Fietkau <nbd@nbd.name>
Mon, 23 Jan 2017 07:23:55 +0000 (08:23 +0100)
committerFelix Fietkau <nbd@nbd.name>
Tue, 24 Jan 2017 15:21:24 +0000 (16:21 +0100)
commit83783f296a18e6e481f23b2019575e45c437db4e
tree75d072cd86d6bd875e332f6164c5124b7b28ea14
parentb27241a1a1b70e6b84f76b2233283f7ec727c224
uboot-ar71xx: switch to using u-boot.mk

Signed-off-by: Felix Fietkau <nbd@nbd.name>
30 files changed:
package/boot/uboot-ar71xx/Makefile
package/boot/uboot-ar71xx/files/board/zyxel/nbg460n/Makefile [deleted file]
package/boot/uboot-ar71xx/files/board/zyxel/nbg460n/config.mk [deleted file]
package/boot/uboot-ar71xx/files/board/zyxel/nbg460n/lowlevel_init.S [deleted file]
package/boot/uboot-ar71xx/files/board/zyxel/nbg460n/nbg460n.c [deleted file]
package/boot/uboot-ar71xx/files/board/zyxel/nbg460n/u-boot.lds [deleted file]
package/boot/uboot-ar71xx/files/cpu/mips/ar71xx_serial.c [deleted file]
package/boot/uboot-ar71xx/files/drivers/net/ag71xx.c [deleted file]
package/boot/uboot-ar71xx/files/drivers/net/ag71xx.h [deleted file]
package/boot/uboot-ar71xx/files/drivers/net/phy/rtl8366.h [deleted file]
package/boot/uboot-ar71xx/files/drivers/net/phy/rtl8366_mii.c [deleted file]
package/boot/uboot-ar71xx/files/drivers/spi/ar71xx_spi.c [deleted file]
package/boot/uboot-ar71xx/files/include/asm-mips/ar71xx.h [deleted file]
package/boot/uboot-ar71xx/files/include/asm-mips/ar71xx_gpio.h [deleted file]
package/boot/uboot-ar71xx/files/include/configs/nbg460n.h [deleted file]
package/boot/uboot-ar71xx/src/board/zyxel/nbg460n/Makefile [new file with mode: 0644]
package/boot/uboot-ar71xx/src/board/zyxel/nbg460n/config.mk [new file with mode: 0644]
package/boot/uboot-ar71xx/src/board/zyxel/nbg460n/lowlevel_init.S [new file with mode: 0644]
package/boot/uboot-ar71xx/src/board/zyxel/nbg460n/nbg460n.c [new file with mode: 0644]
package/boot/uboot-ar71xx/src/board/zyxel/nbg460n/u-boot.lds [new file with mode: 0644]
package/boot/uboot-ar71xx/src/cpu/mips/ar71xx_serial.c [new file with mode: 0644]
package/boot/uboot-ar71xx/src/drivers/net/ag71xx.c [new file with mode: 0644]
package/boot/uboot-ar71xx/src/drivers/net/ag71xx.h [new file with mode: 0644]
package/boot/uboot-ar71xx/src/drivers/net/phy/rtl8366.h [new file with mode: 0644]
package/boot/uboot-ar71xx/src/drivers/net/phy/rtl8366_mii.c [new file with mode: 0644]
package/boot/uboot-ar71xx/src/drivers/spi/ar71xx_spi.c [new file with mode: 0644]
package/boot/uboot-ar71xx/src/include/asm-mips/ar71xx.h [new file with mode: 0644]
package/boot/uboot-ar71xx/src/include/asm-mips/ar71xx_gpio.h [new file with mode: 0644]
package/boot/uboot-ar71xx/src/include/configs/nbg460n.h [new file with mode: 0644]
target/linux/ar71xx/image/legacy.mk