Skip to content
Snippets Groups Projects
Commit f378ac6b authored by Johannes Rudolph's avatar Johannes Rudolph
Browse files

Add V=s, Move make update

parent 74e4014b
No related branches found
No related tags found
1 merge request!10Citest
...@@ -15,6 +15,9 @@ GLUON_VERSION=`cat GLUON_VERSION` ...@@ -15,6 +15,9 @@ GLUON_VERSION=`cat GLUON_VERSION`
git clone https://github.com/freifunk-gluon/gluon.git ./gluon -b $GLUON_VERSION git clone https://github.com/freifunk-gluon/gluon.git ./gluon -b $GLUON_VERSION
mv gluon/* ./ mv gluon/* ./
make update
#nightly #nightly
rm -rf ./packages/ffnw rm -rf ./packages/ffnw
git clone https://git.nordwest.freifunk.net/ffnw-firmware/packages.git ./packages/ffnw git clone https://git.nordwest.freifunk.net/ffnw-firmware/packages.git ./packages/ffnw
\ No newline at end of file
...@@ -2,6 +2,4 @@ ...@@ -2,6 +2,4 @@
cpus=`nproc` cpus=`nproc`
make update make -dkj $cpus GLUON_TARGET=ar71xx-generic V=s
make -dkj $cpus GLUON_TARGET=ar71xx-generic
\ No newline at end of file
...@@ -2,6 +2,4 @@ ...@@ -2,6 +2,4 @@
cpus=`nproc` cpus=`nproc`
make update make -dkj $cpus GLUON_TARGET=ar71xx-nand V=s
make -dkj $cpus GLUON_TARGET=ar71xx-nand
\ No newline at end of file
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