Move package submodules to packages/

main
Matthias Schiffer 2013-10-09 19:58:28 +02:00
parent 65054dc3cd
commit bfcc3d9149
8 changed files with 18 additions and 18 deletions

20
.gitmodules vendored
View File

@ -1,16 +1,16 @@
[submodule "packages_gluon"]
path = packages_gluon
url = git://github.com/freifunk-gluon/packages.git
[submodule "packages_openwrt"]
path = packages_openwrt
url = git://nbd.name/packages_12.09.git
[submodule "openwrt"]
path = openwrt
url = git://nbd.name/attitude_adjustment.git
[submodule "packages_routing"]
path = packages_routing
[submodule "packages/openwrt"]
path = packages/openwrt
url = git://nbd.name/packages_12.09.git
[submodule "packages/gluon"]
path = packages/gluon
url = git://github.com/freifunk-gluon/packages.git
[submodule "packages/routing"]
path = packages/routing
url = https://github.com/openwrt-routing/packages.git
[submodule "packages_luci"]
path = packages_luci
[submodule "packages/luci"]
path = packages/luci
url = https://github.com/freifunk-gluon/luci.git
branch = luci-0.11

View File

@ -29,6 +29,6 @@ OpenWRT is licensed under the terms of the GNU General Public License Version 2,
which can be found under openwrt/LICENSE after the openwrt submodule has been
obtained. This applies to the following submodules:
* openwrt
* packages_luci
* packages_openwrt
* packages_routing
* packages/openwrt
* packages/routing
* packages/luci

View File

@ -117,10 +117,10 @@ refresh_feeds: FORCE
define FEEDS
src-link gluon ../../packages_gluon
src-link packages ../../packages_openwrt
src-link routing ../../packages_routing
src-link luci ../../packages_luci
src-link gluon ../../packages/gluon
src-link packages ../../packages/openwrt
src-link routing ../../packages/routing
src-link luci ../../packages/luci
endef
export FEEDS

1
packages/routing Submodule

@ -0,0 +1 @@
Subproject commit 1c0b31528970a181327ff9309e3efd1e8c625ff0

@ -1 +0,0 @@
Subproject commit af1b35bd8052643869b2658dfcc88b75029099f2