Skip to content

Commit

Permalink
Use menuconfig for kernel edits
Browse files Browse the repository at this point in the history
  • Loading branch information
jetsonhacks committed Apr 23, 2019
1 parent ca21e60 commit 37b3d33
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions copyImage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ fi

export SOURCE_TARGET
export BOOT_TARGET
export KERNEL_RELEASE

# E Option carries over environment variables
sudo -E ./scripts/copyImage.sh
2 changes: 1 addition & 1 deletion editConfig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ if [ ! -d "$PROPOSED_SRC_PATH" ]; then
fi

cd "$PROPOSED_SRC_PATH"
sudo make gconfig
sudo make menuconfig
4 changes: 2 additions & 2 deletions scripts/getKernelSources.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
apt-add-repository universe
apt-get update
apt-get install pkg-config -y
# We use 'make gconfig' to edit the .config file
apt-get install libgtk2.0-dev libglib2.0-dev libglade2-dev
# We use 'make menuconfig' to edit the .config file; install dependencies
apt-get install libncurses5-dev
echo "Installing kernel sources in: ""$SOURCE_TARGET"
if [ ! -d "$SOURCE_TARGET" ]; then
# Target directory does not exist; create
Expand Down

0 comments on commit 37b3d33

Please sign in to comment.