diff options
author | John Voltz <john.voltz@gmail.com> | 2008-03-06 18:13:24 +0000 |
---|---|---|
committer | John Voltz <john.voltz@gmail.com> | 2008-03-06 18:13:24 +0000 |
commit | 4d59e3b4ce1bf2f0e79066b7b839d91d7aeeece2 (patch) | |
tree | 63753219d9958470a9d4ff3c10f0f54f08ba06c8 /package/ipkg/Config.in | |
parent | bc7ae43824c66c02fae4e0b8bef39f0844cc6679 (diff) |
added ipkg
Diffstat (limited to 'package/ipkg/Config.in')
-rw-r--r-- | package/ipkg/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/ipkg/Config.in b/package/ipkg/Config.in new file mode 100644 index 000000000..a0b0b5b62 --- /dev/null +++ b/package/ipkg/Config.in @@ -0,0 +1,8 @@ +config BR2_PACKAGE_IPKG + bool "ipkg" + default n + help + The Itsy Package Installer from handhelds.org + + http://www.handhelds.org + |