Changeset 376
- Timestamp:
- Sep 30, 2012, 12:12:07 AM (10 years ago)
- Location:
- branches/contrib/bitten
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/contrib/bitten/recipes/mipsel:brcm47xx:broadcom-b43/config
r375 r376 370 370 CONFIG_PACKAGE_mount-utils=y 371 371 CONFIG_DEBWRT_DEBIAN_RELEASE="squeeze" 372 CONFIG_OPENWRT_DOWNLOAD_DIR=" dl"372 CONFIG_OPENWRT_DOWNLOAD_DIR="~/dl" 373 373 CONFIG_OPENWRT_MAKE_OPTIONS="" -
branches/contrib/bitten/scripts/buildep.sh
r373 r376 18 18 # along with this program. If not, see <http://www.gnu.org/licenses/>. 19 19 20 sudo apt-get install -y flex git subversion build-essential libncurses5-dev coreutils qemu-user-static gawk zlib1g-dev 20 sudo apt-get install -y flex \ 21 git \ 22 subversion \ 23 build-essential \ 24 libncurses5-dev \ 25 coreutils \ 26 qemu-user-static \ 27 gawk \ 28 zlib1g-dev \ 29 unzip 21 30 mkdir -p ~/dl 22 31
Note: See TracChangeset
for help on using the changeset viewer.