diff options
author | Hamish Moffatt <hamish@cloud.net.au> | 2008-02-07 00:53:36 +0000 |
---|---|---|
committer | Hamish Moffatt <hamish@cloud.net.au> | 2008-02-07 00:53:36 +0000 |
commit | 4985f591696d821b64403e3723df5925b2f9ffc1 (patch) | |
tree | 36d21458c807e0b0e034e063cdfc7782b00959a4 /package/fis/Config.in | |
parent | b5e4871b39d1b6322ce5d03572bca45efe77348e (diff) |
Added package for fis, which allows you to manipulate the RedBoot flash partition table from linux.
Diffstat (limited to 'package/fis/Config.in')
-rw-r--r-- | package/fis/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package/fis/Config.in b/package/fis/Config.in new file mode 100644 index 000000000..83adfebb5 --- /dev/null +++ b/package/fis/Config.in @@ -0,0 +1,6 @@ +config BR2_PACKAGE_FIS + bool "fis" + default n + help + fis - manipulate RedBoot partition table from Linux. + |