OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 36... Line 36...
36 DEVICE_VARS := 36 DEVICE_VARS :=
37 KERNEL_NAME := zImage 37 KERNEL_NAME := zImage
38 KERNEL := kernel-bin 38 KERNEL := kernel-bin
39 IMAGES := sdcard.img.gz 39 IMAGES := sdcard.img.gz
40 IMAGE/sdcard.img.gz := omap-sdcard | append-metadata | gzip 40 IMAGE/sdcard.img.gz := omap-sdcard | append-metadata | gzip
41 SUPPORTED_DEVICES = $(subst _,$(comma),$(1)) 41 SUPPORTED_DEVICES = $$(DEVICE_DTS)
42 endef 42 endef
Line 43... Line 43...
43   43  
Line 44... Line 44...
44 #uboot-omap-am335x_evm uboot-omap-omap3_beagle uboot-omap-omap3_overo uboot-omap-omap4_panda 44 #uboot-omap-am335x_evm uboot-omap-omap3_beagle uboot-omap-omap3_overo uboot-omap-omap4_panda
45   45  
46 define Device/ti_am335x-evm 46 define Device/am335x-evm
47 DEVICE_TITLE := TI AM335x EVM 47 DEVICE_TITLE := TI AM335x EVM
Line 48... Line 48...
48 DEVICE_DTS := am335x-evm 48 DEVICE_DTS := am335x-evm
Line 49... Line 49...
49 endef 49 endef
50   50  
51 TARGET_DEVICES += ti_am335x-evm 51 TARGET_DEVICES += am335x-evm
52   52  
Line 53... Line 53...
53 define Device/ti_am335x-bone-black 53 define Device/am335x-boneblack
Line 54... Line 54...
54 DEVICE_TITLE := TI AM335x BeagleBone Black 54 DEVICE_TITLE := TI AM335x BeagleBone Black
55 DEVICE_DTS := am335x-boneblack 55 DEVICE_DTS := am335x-boneblack
56 endef 56 endef
57   57  
58 TARGET_DEVICES += ti_am335x-bone-black 58 TARGET_DEVICES += am335x-boneblack
Line 59... Line 59...
59   59  
Line 60... Line 60...
60 define Device/ti_omap4-panda 60 define Device/omap4-panda
61 DEVICE_TITLE := OMAP4 TI pandaboard 61 DEVICE_TITLE := OMAP4 TI pandaboard
62 DEVICE_DTS := omap4-panda 62 DEVICE_DTS := omap4-panda
63 DEVICE_PACKAGES := kmod-usb-net-smsc95xx 63 DEVICE_PACKAGES := kmod-usb-net-smsc95xx
64 endef 64 endef
65   65  
66 TARGET_DEVICES += ti_omap4-panda 66 TARGET_DEVICES += omap4-panda
67   67  
68 define Device/ti_omap3-beagle 68 define Device/omap3-beagle
Line 69... Line 69...
69 DEVICE_TITLE := OMAP3 TI beagleboard 69 DEVICE_TITLE := OMAP3 TI beagleboard
Line 70... Line 70...
70 DEVICE_DTS := omap3-beagle 70 DEVICE_DTS := omap3-beagle