OpenWrt – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1  
2 define Device/default-nand
3 BLOCKSIZE := 128k
4 PAGESIZE := 2048
5 SUBPAGESIZE := 2048
6 MKUBIFS_OPTS := -m $$(PAGESIZE) -e 124KiB -c 2048
7 endef
8  
9 define Device/at91-sama5d4_xplained
10 $(Device/evaluation-dtb)
11 DEVICE_TITLE := Microchip(Atmel AT91) SAMA5D4 Xplained
12 KERNEL_SIZE := 6144k
13 BLOCKSIZE := 256k
14 PAGESIZE := 4096
15 SUBPAGESIZE := 2048
16 MKUBIFS_OPTS := -m $$(PAGESIZE) -e 248KiB -c 2082
17 $(Device/evaluation-sdimage)
18 endef
19 TARGET_DEVICES += at91-sama5d4_xplained