Skip to content
Snippets Groups Projects
Commit 4787a116 authored by Suru Dissanaike's avatar Suru Dissanaike
Browse files

updated commit hash to match latest openwrt release

parent 53b731ac
No related branches found
No related tags found
No related merge requests found
...@@ -102,7 +102,7 @@ RUN \ ...@@ -102,7 +102,7 @@ RUN \
cd /opt/dev && \ cd /opt/dev && \
git clone git://git.openwrt.org/project/libubox.git && \ git clone git://git.openwrt.org/project/libubox.git && \
cd libubox && mkdir build && cd build && \ cd libubox && mkdir build && cd build && \
git checkout fd57eea9f37e447814afbf934db626288aac23c4 && \ git checkout b36a3a90098db64a46029355e308897c97fbe13d && \
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE:String="Release" .. && \ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE:String="Release" .. && \
make -j2 && \ make -j2 && \
make install make install
...@@ -110,9 +110,9 @@ RUN \ ...@@ -110,9 +110,9 @@ RUN \
# uci # uci
RUN \ RUN \
cd /opt/dev && \ cd /opt/dev && \
git clone git://nbd.name/uci.git && \ git clone git://git.openwrt.org/project/uci.git && \
cd uci && \ cd uci && \
git checkout a536e300370cc3ad7b14b052b9ee943e6149ba4d && \ git checkout 4b3db1179747b6a6779029407984bacef851325c && \
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE:String="Release" -DBUILD_LUA=OFF . && \ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE:String="Release" -DBUILD_LUA=OFF . && \
make -j2 && \ make -j2 && \
make install make install
...@@ -122,7 +122,7 @@ RUN \ ...@@ -122,7 +122,7 @@ RUN \
cd /opt/dev && \ cd /opt/dev && \
git clone https://git.openwrt.org/project/ubus.git && \ git clone https://git.openwrt.org/project/ubus.git && \
cd ubus && \ cd ubus && \
git checkout 5f87f5480ebf004d735dbf44259d08cf8affd305 && \ git checkout 2537be01858710e714c329153760c64fe3f8a73e && \
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE:String="Release" -DBUILD_LUA=OFF -DBUILD_EXAMPLES=OFF . && \ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE:String="Release" -DBUILD_LUA=OFF -DBUILD_EXAMPLES=OFF . && \
make -j2 && \ make -j2 && \
make install make install
...@@ -132,14 +132,13 @@ RUN \ ...@@ -132,14 +132,13 @@ RUN \
cd /opt/dev && \ cd /opt/dev && \
git clone https://dev.iopsys.eu/fork/rpcd.git && \ git clone https://dev.iopsys.eu/fork/rpcd.git && \
cd rpcd && \ cd rpcd && \
git checkout 476af9d9e292aadc43721af8e4288036de268d0c && \ git checkout 2af78699b70a8d6a6b562f9c37ef9aa51f9e2c1a && \
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE:String="Release" -DIWINFO_SUPPORT=NO . && \ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE:String="Release" -DIWINFO_SUPPORT=NO . && \
make -j2 && \ make -j2 && \
make install && \ make install && \
mkdir /usr/lib/rpcd && \ mkdir /usr/lib/rpcd && \
cp file.so /usr/lib/rpcd cp file.so /usr/lib/rpcd
# json-editor # json-editor
RUN \ RUN \
cd /opt/dev && \ cd /opt/dev && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment