1 ################################################################################
5 ################################################################################
8 FBSET_SITE
= http
://users.telenet.be
/geertu
/Linux
/fbdev
9 FBSET_DEPENDENCIES
= host-bison host-flex
12 # Make sure full fbset wins over busybox fbset
13 ifeq ($(BR2_PACKAGE_BUSYBOX
),y
)
14 FBSET_DEPENDENCIES
+= busybox
17 define FBSET_BUILD_CMDS
18 $(MAKE1
) $(TARGET_CONFIGURE_OPTS
) -C
$(@D
)
21 define FBSET_INSTALL_TARGET_CMDS
22 $(INSTALL
) -D
-m
755 $(@D
)/fbset
$(TARGET_DIR
)/usr
/sbin
/fbset
25 $(eval
$(generic-package
))