Skip to content
Snippets Groups Projects
Commit bfcc3d91 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

Move package submodules to packages/

parent 65054dc3
No related branches found
No related tags found
No related merge requests found
[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"] [submodule "openwrt"]
path = openwrt path = openwrt
url = git://nbd.name/attitude_adjustment.git url = git://nbd.name/attitude_adjustment.git
[submodule "packages_routing"] [submodule "packages/openwrt"]
path = packages_routing 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 url = https://github.com/openwrt-routing/packages.git
[submodule "packages_luci"] [submodule "packages/luci"]
path = packages_luci path = packages/luci
url = https://github.com/freifunk-gluon/luci.git url = https://github.com/freifunk-gluon/luci.git
branch = luci-0.11 branch = luci-0.11
...@@ -29,6 +29,6 @@ OpenWRT is licensed under the terms of the GNU General Public License Version 2, ...@@ -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 which can be found under openwrt/LICENSE after the openwrt submodule has been
obtained. This applies to the following submodules: obtained. This applies to the following submodules:
* openwrt * openwrt
* packages_luci * packages/openwrt
* packages_openwrt * packages/routing
* packages_routing * packages/luci
\ No newline at end of file
...@@ -117,10 +117,10 @@ refresh_feeds: FORCE ...@@ -117,10 +117,10 @@ refresh_feeds: FORCE
define FEEDS define FEEDS
src-link gluon ../../packages_gluon src-link gluon ../../packages/gluon
src-link packages ../../packages_openwrt src-link packages ../../packages/openwrt
src-link routing ../../packages_routing src-link routing ../../packages/routing
src-link luci ../../packages_luci src-link luci ../../packages/luci
endef endef
export FEEDS export FEEDS
......
File moved
File moved
openwrt @ b4aa2d25
File moved
Subproject commit 1c0b31528970a181327ff9309e3efd1e8c625ff0
Subproject commit af1b35bd8052643869b2658dfcc88b75029099f2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment