File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 4343
4444export SOURCE_TARGET
4545export BOOT_TARGET
46+ export KERNEL_RELEASE
4647
4748# E Option carries over environment variables
4849sudo -E ./scripts/copyImage.sh
Original file line number Diff line number Diff line change @@ -47,4 +47,4 @@ if [ ! -d "$PROPOSED_SRC_PATH" ]; then
4747fi
4848
4949cd " $PROPOSED_SRC_PATH "
50- sudo make gconfig
50+ sudo make menuconfig
Original file line number Diff line number Diff line change 33apt-add-repository universe
44apt-get update
55apt-get install pkg-config -y
6- # We use 'make gconfig ' to edit the .config file
7- apt-get install libgtk2.0-dev libglib2.0-dev libglade2 -dev
6+ # We use 'make menuconfig ' to edit the .config file; install dependencies
7+ apt-get install libncurses5 -dev
88echo " Installing kernel sources in: " " $SOURCE_TARGET "
99if [ ! -d " $SOURCE_TARGET " ]; then
1010 # Target directory does not exist; create
You can’t perform that action at this time.
0 commit comments