diff options
Diffstat (limited to 'package/system/vsc73x5-ucode/files')
-rw-r--r-- | package/system/vsc73x5-ucode/files/.svn/entries | 62 | ||||
-rw-r--r-- | package/system/vsc73x5-ucode/files/.svn/text-base/Makefile.svn-base | 20 | ||||
-rw-r--r-- | package/system/vsc73x5-ucode/files/Makefile | 20 |
3 files changed, 102 insertions, 0 deletions
diff --git a/package/system/vsc73x5-ucode/files/.svn/entries b/package/system/vsc73x5-ucode/files/.svn/entries new file mode 100644 index 0000000..aec1e67 --- /dev/null +++ b/package/system/vsc73x5-ucode/files/.svn/entries @@ -0,0 +1,62 @@ +10 + +dir +36060 +svn://svn.openwrt.org/openwrt/trunk/package/system/vsc73x5-ucode/files +svn://svn.openwrt.org/openwrt + + + +2012-10-17T22:45:58.668189Z +33830 +blogic + + + + + + + + + + + + + + +3c298f89-4303-0410-b956-a3cf2f4a3e73 + +Makefile +file + + + + +2013-03-17T12:13:14.000000Z +fe68b93ef8a3297479e2e782174fd31c +2012-10-17T22:45:58.668189Z +33830 +blogic + + + + + + + + + + + + + + + + + + + + + +451 + diff --git a/package/system/vsc73x5-ucode/files/.svn/text-base/Makefile.svn-base b/package/system/vsc73x5-ucode/files/.svn/text-base/Makefile.svn-base new file mode 100644 index 0000000..550f51d --- /dev/null +++ b/package/system/vsc73x5-ucode/files/.svn/text-base/Makefile.svn-base @@ -0,0 +1,20 @@ +# +# Copyright (C) 2010 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +CC:=gcc +OBJCOPY:=objcopy + +all: g5_Plus1_2_31_unmanaged_Atheros_v3.bin \ + g5_Plus1_2_31_unmanaged_Atheros_v4.bin \ + g5_Plus1_2_29b_unmanaged_Atheros_v5.bin \ + g5e_Plus1_2_29a_unmanaged_Atheros_v3.bin + +%.o: %.c + $(CC) $(CFLAGS) -c $^ -o $@ + +%.bin: %.o + $(OBJCOPY) -O binary -j .data $^ $@ diff --git a/package/system/vsc73x5-ucode/files/Makefile b/package/system/vsc73x5-ucode/files/Makefile new file mode 100644 index 0000000..550f51d --- /dev/null +++ b/package/system/vsc73x5-ucode/files/Makefile @@ -0,0 +1,20 @@ +# +# Copyright (C) 2010 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +CC:=gcc +OBJCOPY:=objcopy + +all: g5_Plus1_2_31_unmanaged_Atheros_v3.bin \ + g5_Plus1_2_31_unmanaged_Atheros_v4.bin \ + g5_Plus1_2_29b_unmanaged_Atheros_v5.bin \ + g5e_Plus1_2_29a_unmanaged_Atheros_v3.bin + +%.o: %.c + $(CC) $(CFLAGS) -c $^ -o $@ + +%.bin: %.o + $(OBJCOPY) -O binary -j .data $^ $@ |