X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Framips%2Fimage%2Frt3883.mk;h=58026891e4276d08cca15f905d1dca77b6c6b43b;hb=0cf581ca3a2a692938003a7038d93f2e24d9125a;hp=abece505d7e7efdf05a785cab8974391b02c5e74;hpb=a75ce960ac1b9d67af280e17e1e653b3b39def20;p=openwrt%2Fopenwrt.git diff --git a/target/linux/ramips/image/rt3883.mk b/target/linux/ramips/image/rt3883.mk index abece505d7..58026891e4 100644 --- a/target/linux/ramips/image/rt3883.mk +++ b/target/linux/ramips/image/rt3883.mk @@ -1,6 +1,9 @@ # # RT3662/RT3883 Profiles # +define Build/mkrtn56uimg + $(STAGING_DIR_HOST)/bin/mkrtn56uimg $(1) $@ +endef define Device/br-6475nd DTS := BR-6475ND @@ -66,6 +69,19 @@ endef TARGET_DEVICES += hpm +define Device/rt-n56u + DTS := RT-N56U + BLOCKSIZE := 64k + IMAGES += factory.bin + IMAGE/sysupgrade.bin += | mkrtn56uimg -s + IMAGE/factory.bin := $$(sysupgrade_bin) | \ + check-size $$$$(IMAGE_SIZE) | mkrtn56uimg -f + DEVICE_TITLE := Asus RT-N56U + DEVICE_PACKAGES := kmod-usb-core kmod-usb-ohci kmod-usb2 swconfig +endef +TARGET_DEVICES += rt-n56u + + define Device/tew-691gr DTS := TEW-691GR BLOCKSIZE := 64k