1
0
mirror of https://github.com/alljoynsville/openwrt-builder synced 2025-06-06 15:36:24 +00:00

Use OpenWrt 14.07 Barrier Breaker sources

This fixes #5
This commit is contained in:
George Jiglau 2015-01-08 02:03:33 +02:00
parent 0d1e4c97fd
commit 06e8ad989c

View File

@ -6,5 +6,5 @@ RUN apt-get update &&\
apt-get clean &&\
useradd -m openwrt &&\
echo 'openwrt ALL=NOPASSWD: ALL' > /etc/sudoers.d/openwrt &&\
sudo -iu openwrt git clone git://git.openwrt.org/12.09/openwrt.git &&\
sudo -iu openwrt git clone git://git.openwrt.org/14.07/openwrt.git &&\
sudo -iu openwrt openwrt/scripts/feeds update