diff options
Diffstat (limited to 'conf/distro/nslu2-bag.conf')
-rw-r--r-- | conf/distro/nslu2-bag.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/conf/distro/nslu2-bag.conf b/conf/distro/nslu2-bag.conf new file mode 100644 index 0000000000..0a9c4eb88d --- /dev/null +++ b/conf/distro/nslu2-bag.conf @@ -0,0 +1,12 @@ +#@TYPE: Distribution +#@NAME: NSLU2-BAG +#@DESCRIPTION: Linux Distribution for the NSLU2 + +# This is not the official DISTRO, so leave the DISTRO parameters unchanged +# from the defaults in nslu2-dist.conf. Set the build configuration options +# to b,t,u +NSLU2_ARCH_TYPE = "b" +NSLU2_INSTRUCTION_SET = "a" +NSLU2_OS = "g" + +include conf/distro/nslu2-dist.conf |