Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishimoto Shinobu committed May 20, 2019
2 parents 39d6a8c + 03faac9 commit 4958d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/busybox/Pkgfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ build() {
make mrproper

if [ "$EMBEDDED" = "1" ]; then
make ARCH=$XKARCH CROSS_COMPILE=${CROSS_COMPILE} EXTRA_CFLAGS="$CFLAGS" CONFIG_STATIC=y
make ARCH=$XKARCH CROSS_COMPILE=${CROSS_COMPILE} EXTRA_CFLAGS="$CFLAGS" CONFIG_STATIC=y defconfig
else
cp "$STUFF"/busybox/config .config
fi
Expand Down

0 comments on commit 4958d87

Please sign in to comment.