summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mdk-stage1/Makefile2
-rw-r--r--mdk-stage1/NEWS3
-rw-r--r--mdk-stage1/rp-pppoe/src/pppoe.c2
3 files changed, 5 insertions, 2 deletions
diff --git a/mdk-stage1/Makefile b/mdk-stage1/Makefile
index 6acafca78..ce561e328 100644
--- a/mdk-stage1/Makefile
+++ b/mdk-stage1/Makefile
@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-VERSION=1.10
+VERSION=1.10.1
PRODUCT=drakx-installer-binaries
#
diff --git a/mdk-stage1/NEWS b/mdk-stage1/NEWS
index 39080c875..ce1c0db4c 100644
--- a/mdk-stage1/NEWS
+++ b/mdk-stage1/NEWS
@@ -1,3 +1,6 @@
+1.10.1:
+- fix build of pppoe by using dietlibc termios header
+
1.10:
- add ide-disk
- load ide-disk when detecting disks (ide is now modularized...)
diff --git a/mdk-stage1/rp-pppoe/src/pppoe.c b/mdk-stage1/rp-pppoe/src/pppoe.c
index 8ffe37248..26cb4b07b 100644
--- a/mdk-stage1/rp-pppoe/src/pppoe.c
+++ b/mdk-stage1/rp-pppoe/src/pppoe.c
@@ -49,7 +49,7 @@ static char const RCSID[] =
#ifdef HAVE_N_HDLC
#ifndef N_HDLC
-#include <linux/termios.h>
+#include <termios.h>
#endif
#endif