projects
/
people
/
teissler
/
ipfire-2.x.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
kernel: fix xen kernel build with updated toolchain.
[people/teissler/ipfire-2.x.git]
/
make.sh
diff --git
a/make.sh
b/make.sh
index 9560594d1a5cdc85ef25c67d0b9ff78721023714..07e93deb18d49a93a535d95e92f977af86061468 100755
(executable)
--- a/
make.sh
+++ b/
make.sh
@@
-378,12
+378,12
@@
buildipfire() {
# The xen and PAE kernels are only available for x86
if [ "${MACHINE_TYPE}" != "arm" ]; then
# The xen and PAE kernels are only available for x86
if [ "${MACHINE_TYPE}" != "arm" ]; then
-
# ipfiremake linux2
KCFG="-xen"
+
ipfiremake linux2
KCFG="-xen"
# ipfiremake v4l-dvb KCFG="-xen"
# ipfiremake mISDN KCFG="-xen"
# ipfiremake v4l-dvb KCFG="-xen"
# ipfiremake mISDN KCFG="-xen"
-
# ipfiremake dahdi
KCFG="-xen" KMOD=1
-
# ipfiremake cryptodev
KCFG="-xen"
-
# ipfiremake compat-wireless
KCFG="-xen"
+
ipfiremake dahdi
KCFG="-xen" KMOD=1
+
ipfiremake cryptodev
KCFG="-xen"
+
ipfiremake compat-wireless
KCFG="-xen"
# ipfiremake r8169 KCFG="-xen"
# ipfiremake r8168 KCFG="-xen"
# ipfiremake r8101 KCFG="-xen"
# ipfiremake r8169 KCFG="-xen"
# ipfiremake r8168 KCFG="-xen"
# ipfiremake r8101 KCFG="-xen"