WIP: make all directories configuralble
This commit is contained in:
parent
e58a6bbe95
commit
31f556fa30
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
builddir=./build
|
builddir=./build
|
||||||
|
srcdir=${PWD}/src
|
||||||
|
feeddir=${PWD}/src/packages
|
||||||
|
patchdir=${PWD}/build_patches
|
||||||
|
|
||||||
OPENWRTREV=42096
|
OPENWRTREV=42096
|
||||||
OPENWRTURL=svn://svn.openwrt.org/openwrt/branches/barrier_breaker
|
OPENWRTURL=svn://svn.openwrt.org/openwrt/branches/barrier_breaker
|
||||||
|
|
Loading…
Add table
Reference in a new issue