X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/34d7c8af2ff40e5fff7b67bfbe523e976987e92a..b247cd2f4f4c32e890399bb10a6502a30d66e99b:/openwrt/package/lcd4linux/Makefile diff --git a/openwrt/package/lcd4linux/Makefile b/openwrt/package/lcd4linux/Makefile index c283a61e8..51334d026 100644 --- a/openwrt/package/lcd4linux/Makefile +++ b/openwrt/package/lcd4linux/Makefile @@ -1,14 +1,12 @@ -############################################################# -# -# lcd4linux -# -############################################################# +# $Id$ + include $(TOPDIR)/rules.mk PKG_NAME:=lcd4linux PKG_VERSION:=0.10.0-RC1 PKG_RELEASE:=1 PKG_MD5SUM:=bab64ac01ebdce7e46ab367351af839f + PKG_SOURCE_URL:=@SF/lcd4linux/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) @@ -37,6 +35,7 @@ $(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.patched --build=$(GNU_HOST_NAME) \ --prefix=/usr \ --sysconfdir=/etc \ + --without-x \ --with-drivers='all,!RouterBoard,!X11' \ --with-plugins=wireless ) touch $(PKG_BUILD_DIR)/.configured