diff options
Diffstat (limited to 'target')
-rw-r--r-- | target/Makefile.in | 2 | ||||
-rw-r--r-- | target/generic/target_busybox_skeleton/etc/securetty | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/target/Makefile.in b/target/Makefile.in index afe96a7f0..ffcdbb64e 100644 --- a/target/Makefile.in +++ b/target/Makefile.in @@ -62,6 +62,8 @@ ifeq ($(BR2_TARGET_UBOOT),y) include target/u-boot/Makefile.in endif +include fs/common.mk + # kernel rules # We already did add the kernel target to TARGETS and now just pull in the rules # to actually build this target. diff --git a/target/generic/target_busybox_skeleton/etc/securetty b/target/generic/target_busybox_skeleton/etc/securetty index 0e7cf97cc..b25f4a5a9 100644 --- a/target/generic/target_busybox_skeleton/etc/securetty +++ b/target/generic/target_busybox_skeleton/etc/securetty @@ -30,3 +30,6 @@ ttyCPM0 ttyCPM1 ttyCPM2 ttyCPM3 +ttymxc0 +ttymxc1 +ttymxc2 |