diff options
author | James <> | 2013-03-17 12:16:37 +0000 |
---|---|---|
committer | James <> | 2013-03-17 12:16:37 +0000 |
commit | 27b76ab0671089c47506615a796a261e993896a7 (patch) | |
tree | 61213d67e7fa87b20356b23798558e2c4212c42f /target/linux/ar71xx/nand | |
download | trunk-36060-master.tar.gz trunk-36060-master.tar.bz2 trunk-36060-master.zip |
Diffstat (limited to 'target/linux/ar71xx/nand')
12 files changed, 343 insertions, 0 deletions
diff --git a/target/linux/ar71xx/nand/.svn/entries b/target/linux/ar71xx/nand/.svn/entries new file mode 100644 index 0000000..13d35db --- /dev/null +++ b/target/linux/ar71xx/nand/.svn/entries @@ -0,0 +1,99 @@ +10 + +dir +36060 +svn://svn.openwrt.org/openwrt/trunk/target/linux/ar71xx/nand +svn://svn.openwrt.org/openwrt + + + +2012-09-13T07:26:26.599973Z +33388 +juhosg + + + + + + + + + + + + + + +3c298f89-4303-0410-b956-a3cf2f4a3e73 + +profiles +dir + +config-default +file + + + + +2013-03-17T12:12:45.000000Z +a8808a69f7d2913408f3ad7f847356cf +2012-09-13T07:26:26.599973Z +33388 +juhosg + + + + + + + + + + + + + + + + + + + + + +872 + +target.mk +file + + + + +2013-03-17T12:12:45.000000Z +d566926ac51313bbcc73989ee074f606 +2010-06-05T11:55:49.716822Z +21679 +nbd + + + + + + + + + + + + + + + + + + + + + +200 + diff --git a/target/linux/ar71xx/nand/.svn/text-base/config-default.svn-base b/target/linux/ar71xx/nand/.svn/text-base/config-default.svn-base new file mode 100644 index 0000000..1015cf1 --- /dev/null +++ b/target/linux/ar71xx/nand/.svn/text-base/config-default.svn-base @@ -0,0 +1,29 @@ +CONFIG_ATH79_DEV_NFC=y +CONFIG_CMDLINE="rootfstype=yaffs noinitrd" +# CONFIG_JFFS2_CMODE_PRIORITY is not set +# CONFIG_JFFS2_FS is not set +CONFIG_MDIO_BITBANG=y +CONFIG_MDIO_GPIO=y +CONFIG_MTD_NAND=y +CONFIG_MTD_NAND_AR934X=y +CONFIG_MTD_NAND_ECC=y +CONFIG_MTD_NAND_RB4XX=y +CONFIG_MTD_NAND_RB750=y +# CONFIG_MTD_SM_COMMON is not set +# CONFIG_OVERLAYFS_FS is not set +CONFIG_SPI_RB4XX=y +CONFIG_SPI_RB4XX_CPLD=y +# CONFIG_SQUASHFS is not set +CONFIG_YAFFS_9BYTE_TAGS=y +CONFIG_YAFFS_ALWAYS_CHECK_CHUNK_ERASED=y +CONFIG_YAFFS_AUTO_YAFFS2=y +# CONFIG_YAFFS_DISABLE_BACKGROUND is not set +# CONFIG_YAFFS_DISABLE_BLOCK_REFRESHING is not set +# CONFIG_YAFFS_DISABLE_TAGS_ECC is not set +# CONFIG_YAFFS_DISABLE_WIDE_TNODES is not set +# CONFIG_YAFFS_EMPTY_LOST_AND_FOUND is not set +CONFIG_YAFFS_FS=y +CONFIG_YAFFS_SHORT_NAMES_IN_RAM=y +CONFIG_YAFFS_XATTR=y +CONFIG_YAFFS_YAFFS1=y +CONFIG_YAFFS_YAFFS2=y diff --git a/target/linux/ar71xx/nand/.svn/text-base/target.mk.svn-base b/target/linux/ar71xx/nand/.svn/text-base/target.mk.svn-base new file mode 100644 index 0000000..c571c50 --- /dev/null +++ b/target/linux/ar71xx/nand/.svn/text-base/target.mk.svn-base @@ -0,0 +1,8 @@ +BOARDNAME:=Devices with NAND flash (mostly Mikrotik) + +define Target/Description + Build firmware images for Atheros AR71xx/AR913x based boards with + NAND flash, e.g. MikroTik RB-4xx or RB-750 +endef + + diff --git a/target/linux/ar71xx/nand/config-default b/target/linux/ar71xx/nand/config-default new file mode 100644 index 0000000..1015cf1 --- /dev/null +++ b/target/linux/ar71xx/nand/config-default @@ -0,0 +1,29 @@ +CONFIG_ATH79_DEV_NFC=y +CONFIG_CMDLINE="rootfstype=yaffs noinitrd" +# CONFIG_JFFS2_CMODE_PRIORITY is not set +# CONFIG_JFFS2_FS is not set +CONFIG_MDIO_BITBANG=y +CONFIG_MDIO_GPIO=y +CONFIG_MTD_NAND=y +CONFIG_MTD_NAND_AR934X=y +CONFIG_MTD_NAND_ECC=y +CONFIG_MTD_NAND_RB4XX=y +CONFIG_MTD_NAND_RB750=y +# CONFIG_MTD_SM_COMMON is not set +# CONFIG_OVERLAYFS_FS is not set +CONFIG_SPI_RB4XX=y +CONFIG_SPI_RB4XX_CPLD=y +# CONFIG_SQUASHFS is not set +CONFIG_YAFFS_9BYTE_TAGS=y +CONFIG_YAFFS_ALWAYS_CHECK_CHUNK_ERASED=y +CONFIG_YAFFS_AUTO_YAFFS2=y +# CONFIG_YAFFS_DISABLE_BACKGROUND is not set +# CONFIG_YAFFS_DISABLE_BLOCK_REFRESHING is not set +# CONFIG_YAFFS_DISABLE_TAGS_ECC is not set +# CONFIG_YAFFS_DISABLE_WIDE_TNODES is not set +# CONFIG_YAFFS_EMPTY_LOST_AND_FOUND is not set +CONFIG_YAFFS_FS=y +CONFIG_YAFFS_SHORT_NAMES_IN_RAM=y +CONFIG_YAFFS_XATTR=y +CONFIG_YAFFS_YAFFS1=y +CONFIG_YAFFS_YAFFS2=y diff --git a/target/linux/ar71xx/nand/profiles/.svn/entries b/target/linux/ar71xx/nand/profiles/.svn/entries new file mode 100644 index 0000000..ced4ea2 --- /dev/null +++ b/target/linux/ar71xx/nand/profiles/.svn/entries @@ -0,0 +1,96 @@ +10 + +dir +36060 +svn://svn.openwrt.org/openwrt/trunk/target/linux/ar71xx/nand/profiles +svn://svn.openwrt.org/openwrt + + + +2012-09-09T21:40:26.079352Z +33352 +jow + + + + + + + + + + + + + + +3c298f89-4303-0410-b956-a3cf2f4a3e73 + +02-ath5k.mk +file + + + + +2013-03-17T12:12:45.000000Z +ba75256d2849460e53404abed6de5a02 +2012-09-09T21:40:26.079352Z +33352 +jow +has-props + + + + + + + + + + + + + + + + + + + + +380 + +01-minimal.mk +file + + + + +2013-03-17T12:12:45.000000Z +f32ce2658eb1efa7a5b313a8d5d3886c +2010-05-07T16:20:32.289699Z +21396 +nbd +has-props + + + + + + + + + + + + + + + + + + + + +368 + diff --git a/target/linux/ar71xx/nand/profiles/.svn/prop-base/01-minimal.mk.svn-base b/target/linux/ar71xx/nand/profiles/.svn/prop-base/01-minimal.mk.svn-base new file mode 100644 index 0000000..bdbd305 --- /dev/null +++ b/target/linux/ar71xx/nand/profiles/.svn/prop-base/01-minimal.mk.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:eol-style +V 6 +native +END diff --git a/target/linux/ar71xx/nand/profiles/.svn/prop-base/02-ath5k.mk.svn-base b/target/linux/ar71xx/nand/profiles/.svn/prop-base/02-ath5k.mk.svn-base new file mode 100644 index 0000000..bdbd305 --- /dev/null +++ b/target/linux/ar71xx/nand/profiles/.svn/prop-base/02-ath5k.mk.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:eol-style +V 6 +native +END diff --git a/target/linux/ar71xx/nand/profiles/.svn/text-base/01-minimal.mk.svn-base b/target/linux/ar71xx/nand/profiles/.svn/text-base/01-minimal.mk.svn-base new file mode 100644 index 0000000..3651c88 --- /dev/null +++ b/target/linux/ar71xx/nand/profiles/.svn/text-base/01-minimal.mk.svn-base @@ -0,0 +1,16 @@ +# +# Copyright (C) 2009 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/DefaultNoWifi + NAME:=Default Profile (no WiFi) + PACKAGES:= +endef + +define Profile/DefaultNoWifi/Description + Default package set compatible with most boards. +endef +$(eval $(call Profile,DefaultNoWifi)) diff --git a/target/linux/ar71xx/nand/profiles/.svn/text-base/02-ath5k.mk.svn-base b/target/linux/ar71xx/nand/profiles/.svn/text-base/02-ath5k.mk.svn-base new file mode 100644 index 0000000..a291ff6 --- /dev/null +++ b/target/linux/ar71xx/nand/profiles/.svn/text-base/02-ath5k.mk.svn-base @@ -0,0 +1,16 @@ +# +# Copyright (C) 2009-2012 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/Ath5k + NAME:=Atheros WiFi (ath5k) + PACKAGES:=kmod-ath5k -kmod-ath9k +endef + +define Profile/Ath5k/Description + Package set compatible with hardware using Atheros WiFi cards. +endef +$(eval $(call Profile,Ath5k)) diff --git a/target/linux/ar71xx/nand/profiles/01-minimal.mk b/target/linux/ar71xx/nand/profiles/01-minimal.mk new file mode 100644 index 0000000..3651c88 --- /dev/null +++ b/target/linux/ar71xx/nand/profiles/01-minimal.mk @@ -0,0 +1,16 @@ +# +# Copyright (C) 2009 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/DefaultNoWifi + NAME:=Default Profile (no WiFi) + PACKAGES:= +endef + +define Profile/DefaultNoWifi/Description + Default package set compatible with most boards. +endef +$(eval $(call Profile,DefaultNoWifi)) diff --git a/target/linux/ar71xx/nand/profiles/02-ath5k.mk b/target/linux/ar71xx/nand/profiles/02-ath5k.mk new file mode 100644 index 0000000..a291ff6 --- /dev/null +++ b/target/linux/ar71xx/nand/profiles/02-ath5k.mk @@ -0,0 +1,16 @@ +# +# Copyright (C) 2009-2012 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/Ath5k + NAME:=Atheros WiFi (ath5k) + PACKAGES:=kmod-ath5k -kmod-ath9k +endef + +define Profile/Ath5k/Description + Package set compatible with hardware using Atheros WiFi cards. +endef +$(eval $(call Profile,Ath5k)) diff --git a/target/linux/ar71xx/nand/target.mk b/target/linux/ar71xx/nand/target.mk new file mode 100644 index 0000000..c571c50 --- /dev/null +++ b/target/linux/ar71xx/nand/target.mk @@ -0,0 +1,8 @@ +BOARDNAME:=Devices with NAND flash (mostly Mikrotik) + +define Target/Description + Build firmware images for Atheros AR71xx/AR913x based boards with + NAND flash, e.g. MikroTik RB-4xx or RB-750 +endef + + |