From 05b509107f4697d9ec9a6eaae1d8085a197ac57b Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 1 Oct 2007 12:56:53 +0000 Subject: iwmmxt machines: add 'iwmmxt' as machine feature --- conf/machine/hx4700.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'conf/machine/hx4700.conf') diff --git a/conf/machine/hx4700.conf b/conf/machine/hx4700.conf index 141470b5a4..7cea4e08de 100644 --- a/conf/machine/hx4700.conf +++ b/conf/machine/hx4700.conf @@ -20,6 +20,7 @@ MACHINE_GUI_CLASS = "bigscreen" MACHINE_DISPLAY_WIDTH_PIXELS = "480" MACHINE_DISPLAY_HEIGHT_PIXELS = "640" MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia bluetooth irda wifi usbgadget screen" +MACHINE_FEATURES += "iwmmxt" # # Software/packages selection -- cgit v1.2.3 From 607bb202aaf42a980762ddd8f16d27801a7f8cd0 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 2 Oct 2007 07:49:24 +0000 Subject: hx4700: kdrive 1.3.0.0 also has Xw100 --- conf/machine/hx4700.conf | 1 - 1 file changed, 1 deletion(-) (limited to 'conf/machine/hx4700.conf') diff --git a/conf/machine/hx4700.conf b/conf/machine/hx4700.conf index 7cea4e08de..87e03a7bdd 100644 --- a/conf/machine/hx4700.conf +++ b/conf/machine/hx4700.conf @@ -30,7 +30,6 @@ PCMCIA_MANAGER = "pcmciautils" MODUTILS = "26" XSERVER = "xserver-kdrive-w100" -PREFERRED_VERSION_xserver-kdrive = "1.2.0" PREFERRED_VERSION_orinoco-modules = "0.15rc1" -- cgit v1.2.3