projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
replace 'mkdir -p' by 'install -d -m0755'
[openwrt.git]
/
openwrt
/
package
/
serdisplib
/
Config.in
diff --git
a/openwrt/package/serdisplib/Config.in
b/openwrt/package/serdisplib/Config.in
index
3fb41b3
..
c5181a5
100644
(file)
--- a/
openwrt/package/serdisplib/Config.in
+++ b/
openwrt/package/serdisplib/Config.in
@@
-1,5
+1,10
@@
config BR2_PACKAGE_SERDISPLIB
config BR2_PACKAGE_SERDISPLIB
- tristate "serdisplib........................ a library for controlling displays"
+ prompt "serdisplib........................ a library for controlling displays"
+ tristate
default m if CONFIG_DEVEL
help
default m if CONFIG_DEVEL
help
- serdisplib is a library to drive serial and parallel displays with built-in controllers.
+ serdisplib is a library to drive serial and parallel displays
+ with built-in controllers.
+
+ http://serdisplib.sourceforge.net/
+
This page took
0.022145 seconds
and
4
git commands to generate.