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/adm5120/rb1xx/profiles | |
download | trunk-36060-master.tar.gz trunk-36060-master.tar.bz2 trunk-36060-master.zip |
Diffstat (limited to 'target/linux/adm5120/rb1xx/profiles')
4 files changed, 103 insertions, 0 deletions
diff --git a/target/linux/adm5120/rb1xx/profiles/.svn/entries b/target/linux/adm5120/rb1xx/profiles/.svn/entries new file mode 100644 index 0000000..4731821 --- /dev/null +++ b/target/linux/adm5120/rb1xx/profiles/.svn/entries @@ -0,0 +1,62 @@ +10 + +dir +36060 +svn://svn.openwrt.org/openwrt/trunk/target/linux/adm5120/rb1xx/profiles +svn://svn.openwrt.org/openwrt + + + +2012-04-29T07:36:46.794495Z +31513 +juhosg + + + + + + + + + + + + + + +3c298f89-4303-0410-b956-a3cf2f4a3e73 + +RB1xx.mk +file + + + + +2013-03-17T12:12:30.000000Z +2813c48208dd693e5223190090cb001b +2012-04-29T07:36:46.794495Z +31513 +juhosg +has-props + + + + + + + + + + + + + + + + + + + + +463 + diff --git a/target/linux/adm5120/rb1xx/profiles/.svn/prop-base/RB1xx.mk.svn-base b/target/linux/adm5120/rb1xx/profiles/.svn/prop-base/RB1xx.mk.svn-base new file mode 100644 index 0000000..bdbd305 --- /dev/null +++ b/target/linux/adm5120/rb1xx/profiles/.svn/prop-base/RB1xx.mk.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:eol-style +V 6 +native +END diff --git a/target/linux/adm5120/rb1xx/profiles/.svn/text-base/RB1xx.mk.svn-base b/target/linux/adm5120/rb1xx/profiles/.svn/text-base/RB1xx.mk.svn-base new file mode 100644 index 0000000..b9da164 --- /dev/null +++ b/target/linux/adm5120/rb1xx/profiles/.svn/text-base/RB1xx.mk.svn-base @@ -0,0 +1,18 @@ +# +# Copyright (C) 2007 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/RouterBoard + NAME:=Mikrotik RouterBoard 1xx family + PACKAGES:=kmod-ath5k kmod-pata-rb153-cf +endef + +define Profile/RouterBoard/Description + Package set compatible with the RouterBoard RB1xx devices. Contains RouterOS to OpenWrt\\\ + installation scripts. +endef + +$(eval $(call Profile,RouterBoard)) diff --git a/target/linux/adm5120/rb1xx/profiles/RB1xx.mk b/target/linux/adm5120/rb1xx/profiles/RB1xx.mk new file mode 100644 index 0000000..b9da164 --- /dev/null +++ b/target/linux/adm5120/rb1xx/profiles/RB1xx.mk @@ -0,0 +1,18 @@ +# +# Copyright (C) 2007 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/RouterBoard + NAME:=Mikrotik RouterBoard 1xx family + PACKAGES:=kmod-ath5k kmod-pata-rb153-cf +endef + +define Profile/RouterBoard/Description + Package set compatible with the RouterBoard RB1xx devices. Contains RouterOS to OpenWrt\\\ + installation scripts. +endef + +$(eval $(call Profile,RouterBoard)) |