Changeset 395
- Timestamp:
- Oct 1, 2012, 10:00:00 PM (10 years ago)
- Location:
- branches/contrib/bitten
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/contrib/bitten/recipes/mips:ar71xx:ubntrspro/config
r369 r395 330 330 # Debian Cross-Compile Environment Configuration 331 331 # 332 CONFIG_DEBIAN_BUILDENV_REPOSITORY="http:// ftp.debian.org/debian"333 CONFIG_EMDEBIAN_BUILDENV_REPOSITORY="http:// www.emdebian.org/debian"332 CONFIG_DEBIAN_BUILDENV_REPOSITORY="http://localhost:3142/ftp.debian.org/debian" 333 CONFIG_EMDEBIAN_BUILDENV_REPOSITORY="http://localhost:3142/www.emdebian.org/debian" 334 334 CONFIG_DEBIAN_BUILDENV_INCLUDE_PACKAGES="file,less,strace,sudo" 335 335 CONFIG_DEBIAN_BUILDENV_QEMU_VERSION="0.15.0-rc0" -
branches/contrib/bitten/recipes/mipsel:brcm47xx:broadcom-b43/config
r378 r395 301 301 # Debian Cross-Compile Environment Configuration 302 302 # 303 CONFIG_DEBIAN_BUILDENV_REPOSITORY="http:// ftp.debian.org/debian"304 CONFIG_EMDEBIAN_BUILDENV_REPOSITORY="http:// www.emdebian.org/debian"303 CONFIG_DEBIAN_BUILDENV_REPOSITORY="http://localhost:3142/ftp.debian.org/debian" 304 CONFIG_EMDEBIAN_BUILDENV_REPOSITORY="http://localhost:3142/www.emdebian.org/debian" 305 305 CONFIG_DEBIAN_BUILDENV_INCLUDE_PACKAGES="file,less,strace,sudo" 306 306 CONFIG_DEBIAN_BUILDENV_QEMU_VERSION="0.15.0-rc0" -
branches/contrib/bitten/scripts/buildep.sh
r388 r395 28 28 gawk \ 29 29 zlib1g-dev \ 30 unzip 30 unzip\ 31 apt-cacher-ng \ 32 makedev 31 33 mkdir -p ~/dl 32 34
Note: See TracChangeset
for help on using the changeset viewer.