Skip to content

Commit

Permalink
Added original Chirpstack 4.2 config
Browse files Browse the repository at this point in the history
  • Loading branch information
LeandroTE committed Oct 26, 2023
1 parent c4ffeeb commit b40ca6e
Show file tree
Hide file tree
Showing 10 changed files with 6,929 additions and 5 deletions.
11 changes: 6 additions & 5 deletions build_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ echo ""

if [ -f conf/$APP/.config ];then
echo ""
echo "***Find customized .config files***"
echo "Found customized .config files"
else
echo ""
echo "***Can't find conf/$APP/.config file exiting***"
Expand All @@ -57,25 +57,26 @@ fi
echo "Remove custom files from last build"
rm -rf $OPENWRT_PATH/files

echo "***Copy general_files to OpenWrt***"
echo "Copy general_files to OpenWrt"
cp -r conf/$APP/files $OPENWRT_PATH/files

echo "***.config.$APP to OpenWrt/.config***"
echo ".config.$APP to OpenWrt/.config"
cp conf/$APP/.config $OPENWRT_PATH/.config

echo "***Creates symbolic link for patches***"
echo "Creates symbolic link for patches"
rm -f conf/patches
ln -s $APP/patches conf/patches

echo "***Entering build directory***"
cd $OPENWRT_PATH
quilt pop -a
echo "Applying patches"
quilt push -a
make defconfig
echo ""

echo ""
echo "***Update build version and build date***"
echo "Update build version and build date"
echo "Build: $BUILD"
echo "Build time: $BUILD_TIME"
echo ""
Expand Down
Loading

0 comments on commit b40ca6e

Please sign in to comment.