Move package submodules to packages/
This commit is contained in:
parent
65054dc3cd
commit
bfcc3d9149
20
.gitmodules
vendored
20
.gitmodules
vendored
@ -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"]
|
[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
|
||||||
|
6
LICENSE
6
LICENSE
@ -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
|
||||||
|
8
Makefile
8
Makefile
@ -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
|
||||||
|
|
||||||
|
1
packages/routing
Submodule
1
packages/routing
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 1c0b31528970a181327ff9309e3efd1e8c625ff0
|
@ -1 +0,0 @@
|
|||||||
Subproject commit af1b35bd8052643869b2658dfcc88b75029099f2
|
|
Loading…
Reference in New Issue
Block a user