This repository has been archived by the owner on Jun 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Nikita O
committed
May 27, 2020
1 parent
26a6126
commit 9304b78
Showing
139 changed files
with
16,617 additions
and
67,405 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
openwrt-19.07.2/ | ||
openwrt-18.06.8/ | ||
openwrt/ | ||
output/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[submodule "hiburn"] | ||
path = hiburn | ||
url = https://github.com/OpenHisiIpCam/hiburn | ||
[submodule "genimage"] | ||
path = genimage | ||
url = https://github.com/pengutronix/genimage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,28 @@ | ||
prepare: | ||
#wget https://github.com/openwrt/openwrt/archive/v19.07.2.zip | ||
git clone https://github.com/openwrt/openwrt.git --depth 1 -b v19.07.2 openwrt-19.07.2 | ||
prepare: download openwrt-patch openwrt-prepare genimage-build | ||
|
||
download: openwrt submodules | ||
|
||
submodules: | ||
git submodule update --init --recursive | ||
|
||
openwrt: | ||
git clone https://github.com/openwrt/openwrt.git --depth 1 -b v19.07.3 openwrt | ||
|
||
openwrt-patch: | ||
rm -rf ./openwrt/target/linux | ||
cp -r ./openwrt-overlay/* ./openwrt | ||
|
||
openwrt-prepare: | ||
cd openwrt; \ | ||
./scripts/feeds update -a; \ | ||
./scripts/feeds install -a; | ||
|
||
genimage-build: | ||
cd genimage; ./autogen.sh; ./configure; make | ||
|
||
ubuntu-deps: | ||
sudo apt-get install \ | ||
libconfuse-dev | ||
|
||
|
||
prepare2: | ||
git clone https://github.com/openwrt/openwrt.git --depth 1 -b v18.06.8 openwrt-18.06.8 | ||
|
||
#./scripts/feeds update -a | ||
#./scripts/feeds install -a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.