mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 13:10:37 +02:00
Signed-off-by: Xiangfu Liu <xiangfu.z@gmail.com>
This commit is contained in:
parent
61fa8118da
commit
39bba4adc0
@ -31,7 +31,14 @@ define Package/links/description
|
||||
Text and graphics WWW browser
|
||||
endef
|
||||
|
||||
CONFIGURE_ARGS += --enable-graphics --without-x --without-fb
|
||||
CONFIGURE_ARGS += --enable-graphics \
|
||||
--enable-debuglevel=0 \
|
||||
--without-gpm \
|
||||
--without-svgalib \
|
||||
--without-pmshell \
|
||||
--without-atheos \
|
||||
--without-x \
|
||||
--without-fb
|
||||
|
||||
define Package/links/install
|
||||
$(INSTALL_DIR) $(1)/usr/bin
|
||||
|
Loading…
Reference in New Issue
Block a user